diff --git a/src/components/player/AndroidVideoPlayer.tsx b/src/components/player/AndroidVideoPlayer.tsx index 1591f2f4..73f6fcf5 100644 --- a/src/components/player/AndroidVideoPlayer.tsx +++ b/src/components/player/AndroidVideoPlayer.tsx @@ -49,7 +49,7 @@ import { CustomAlert } from '../CustomAlert'; // Android-specific components -import { VideoSurface } from './android/components/VideoSurface'; +import { VideoSurface, buildExoAudioTrackName, buildExoSubtitleTrackName } from './android/components/VideoSurface'; import { MpvPlayerRef } from './android/MpvPlayer'; // Utils @@ -60,7 +60,6 @@ import { storageService } from '../../services/storageService'; import stremioService from '../../services/stremioService'; import { WyzieSubtitle, SubtitleCue } from './utils/playerTypes'; import { findBestSubtitleTrack, findBestAudioTrack } from './utils/trackSelectionUtils'; -import { buildExoAudioTrackName, buildExoSubtitleTrackName } from './android/components/VideoSurface'; import { useTheme } from '../../contexts/ThemeContext'; import axios from 'axios';