fix for when player does not send lang info

This commit is contained in:
chrisk325 2026-02-27 16:41:36 +05:30 committed by GitHub
parent de1bf7f746
commit 8232a1406f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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';