fix liveTV audio

This commit is contained in:
jhays 2022-01-24 20:25:36 -06:00
parent 715e5b6102
commit 7475e605a6
1 changed files with 2 additions and 1 deletions

View File

@ -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()