mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-08-26 17:31:35 +00:00
Add dynamic package support
And a few other fixes
This commit is contained in:
parent
77843c7f1d
commit
a18fa90f13
7 changed files with 56 additions and 95 deletions
|
@ -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 = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue