This commit is contained in:
jhays 2022-01-24 20:27:16 -06:00
parent 7475e605a6
commit cdeff4fc55
1 changed files with 2 additions and 2 deletions

View File

@ -759,8 +759,8 @@ extension LiveTVPlayerViewController: VLCMediaPlayerDelegate {
extension LiveTVPlayerViewController: PlayerOverlayDelegate {
func didSelectAudioStream(index: Int) {
// on live tv, it seems this gets set to -1 which disables the audio track.
// 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()