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