Add description
This commit is contained in:
parent
04dfd78a9b
commit
a4627ae1cb
1 changed files with 1 additions and 1 deletions
|
@ -2636,6 +2636,6 @@ class API():
|
||||||
# Append external subtitles to stream
|
# Append external subtitles to stream
|
||||||
playmethod = window('%s.playmethod' % plexitem)
|
playmethod = window('%s.playmethod' % plexitem)
|
||||||
# Direct play automatically appends external
|
# Direct play automatically appends external
|
||||||
# BUT: Plex may add additional subtitles NOT
|
# BUT: Plex may add additional subtitles NOT lying right next to video
|
||||||
if playmethod in ("DirectStream", "DirectPlay"):
|
if playmethod in ("DirectStream", "DirectPlay"):
|
||||||
listitem.setSubtitles(self.externalSubs(playurl))
|
listitem.setSubtitles(self.externalSubs(playurl))
|
||||||
|
|
Loading…
Reference in a new issue