diff --git a/src/components/metadata/CommentsSection.tsx b/src/components/metadata/CommentsSection.tsx index 8f4de8bf..c390889a 100644 --- a/src/components/metadata/CommentsSection.tsx +++ b/src/components/metadata/CommentsSection.tsx @@ -513,7 +513,7 @@ export const CommentsSection: React.FC = ({ {placeholders.map((i) => ( - + @@ -895,6 +895,12 @@ const styles = StyleSheet.create({ marginLeft: 6, }, traktIconContainer: { + position: 'absolute', + top: 0, + right: 0, + zIndex: 1, + }, + skeletonTraktContainer: { position: 'absolute', top: 8, right: 8, diff --git a/src/components/player/AndroidVideoPlayer.tsx b/src/components/player/AndroidVideoPlayer.tsx index 0c19ef55..fda57e10 100644 --- a/src/components/player/AndroidVideoPlayer.tsx +++ b/src/components/player/AndroidVideoPlayer.tsx @@ -3156,26 +3156,10 @@ const AndroidVideoPlayer: React.FC = () => { }} /> - - {`Via ${(currentStreamProvider || streamProvider || '').toString().toUpperCase()}${(currentQuality || quality) ? ` • ${(currentQuality || quality)}p` : ''}`} - ) : ( <> - - {`Via ${(currentStreamProvider || streamProvider || '').toString().toUpperCase()}${(currentQuality || quality) ? ` • ${(currentQuality || quality)}p` : ''}`} - )} diff --git a/src/components/player/KSPlayerCore.tsx b/src/components/player/KSPlayerCore.tsx index 0d03340c..29521387 100644 --- a/src/components/player/KSPlayerCore.tsx +++ b/src/components/player/KSPlayerCore.tsx @@ -2483,28 +2483,10 @@ const KSPlayerCore: React.FC = () => { }} /> - {/* Minimal provider/quality indicator under logo (not animated) */} - - {`Via ${(currentStreamProvider || streamProvider || '').toString().toUpperCase()}${(currentQuality || quality) ? ` • ${(currentQuality || quality)}p` : ''}`} - ) : ( <> - {/* Minimal provider/quality indicator under spinner */} - - {`Via ${(currentStreamProvider || streamProvider || '').toString().toUpperCase()}${(currentQuality || quality) ? ` • ${(currentQuality || quality)}p` : ''}`} - )}