Fix PKC not picking the correct Plex subtitle

This commit is contained in:
croneter 2021-12-29 15:59:26 +01:00
parent 7643240dc8
commit c71d1779f8

View file

@ -377,7 +377,7 @@ class PlaylistItem(object):
enabled = js.get_subtitle_enabled(self.playerid)
if current != kodi_index:
LOG.debug('Switching subtitle stream')
app.APP.player.setAudioStream(kodi_index)
app.APP.player.setSubtitleStream(kodi_index)
else:
LOG.debug('Not switching subtitle stream (no change)')
if not enabled: