format
This commit is contained in:
parent
7475e605a6
commit
cdeff4fc55
|
@ -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()
|
||||
|
||||
|
|
Loading…
Reference in New Issue