From c71d1779f83aaa479dff3d22131a638c80f30eea Mon Sep 17 00:00:00 2001 From: croneter Date: Wed, 29 Dec 2021 15:59:26 +0100 Subject: [PATCH] Fix PKC not picking the correct Plex subtitle --- resources/lib/playlist_func.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lib/playlist_func.py b/resources/lib/playlist_func.py index e65277df..a006349c 100644 --- a/resources/lib/playlist_func.py +++ b/resources/lib/playlist_func.py @@ -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: