Add dynamic package support

And a few other fixes
This commit is contained in:
angelblue05 2018-09-06 23:56:05 -05:00
commit a18fa90f13
7 changed files with 56 additions and 95 deletions

View file

@ -408,7 +408,7 @@ class PlayUtils(object):
Since Emby returns all possible tracks together, sort them.
IsTextSubtitleStream if true, is available to download from server.
'''
if not source['MediaStreams']:
if not settings('enableExternalSubs.bool') or not source['MediaStreams']:
return
subs = []