Fix PKC not picking the correct Plex subtitle
This commit is contained in:
parent
7643240dc8
commit
c71d1779f8
1 changed files with 1 additions and 1 deletions
|
@ -377,7 +377,7 @@ class PlaylistItem(object):
|
||||||
enabled = js.get_subtitle_enabled(self.playerid)
|
enabled = js.get_subtitle_enabled(self.playerid)
|
||||||
if current != kodi_index:
|
if current != kodi_index:
|
||||||
LOG.debug('Switching subtitle stream')
|
LOG.debug('Switching subtitle stream')
|
||||||
app.APP.player.setAudioStream(kodi_index)
|
app.APP.player.setSubtitleStream(kodi_index)
|
||||||
else:
|
else:
|
||||||
LOG.debug('Not switching subtitle stream (no change)')
|
LOG.debug('Not switching subtitle stream (no change)')
|
||||||
if not enabled:
|
if not enabled:
|
||||||
|
|
Loading…
Reference in a new issue