mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-03-11 17:45:38 +00:00
fix for when player does not send lang info
This commit is contained in:
parent
de1bf7f746
commit
8232a1406f
1 changed files with 1 additions and 2 deletions
|
|
@ -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';
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue