Fix PlexKodiConnect setting the Plex subtitle to None
This commit is contained in:
parent
ea877b55d5
commit
7c2478a568
1 changed files with 0 additions and 8 deletions
|
@ -340,14 +340,6 @@ def audio_subtitle_prefs(api, item):
|
||||||
return
|
return
|
||||||
part_id = mediastreams.attrib['id']
|
part_id = mediastreams.attrib['id']
|
||||||
if item.playmethod != v.PLAYBACK_METHOD_TRANSCODE:
|
if item.playmethod != v.PLAYBACK_METHOD_TRANSCODE:
|
||||||
LOG.debug('Telling PMS we are not burning in any subtitles')
|
|
||||||
args = {
|
|
||||||
'subtitleStreamID': 0,
|
|
||||||
'allParts': 1
|
|
||||||
}
|
|
||||||
DU().downloadUrl('{server}/library/parts/%s' % part_id,
|
|
||||||
action_type='PUT',
|
|
||||||
parameters=args)
|
|
||||||
return True
|
return True
|
||||||
return setup_transcoding_audio_subtitle_prefs(mediastreams, part_id)
|
return setup_transcoding_audio_subtitle_prefs(mediastreams, part_id)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue