fix liveTV audio
This commit is contained in:
parent
715e5b6102
commit
7475e605a6
|
@ -759,7 +759,8 @@ extension LiveTVPlayerViewController: VLCMediaPlayerDelegate {
|
|||
extension LiveTVPlayerViewController: PlayerOverlayDelegate {
|
||||
|
||||
func didSelectAudioStream(index: Int) {
|
||||
vlcMediaPlayer.currentAudioTrackIndex = Int32(index)
|
||||
// on live tv, it seems this gets set to -1 which disables the audio track.
|
||||
// vlcMediaPlayer.currentAudioTrackIndex = Int32(index)
|
||||
|
||||
viewModel.sendProgressReport()
|
||||
|
||||
|
|
Loading…
Reference in New Issue