mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-05-11 20:05:09 +00:00
Voidless playback. Slightly important
This commit is contained in:
parent
4a437f7a2b
commit
feea23e9da
3 changed files with 11 additions and 12 deletions
|
@ -844,7 +844,7 @@ def get_themes(api_client):
|
|||
paths = []
|
||||
|
||||
for theme in themes['ThemeVideosResult']['Items'] + themes['ThemeSongsResult']['Items']:
|
||||
putils = PlayUtils(theme, False, None, server, token)
|
||||
putils = PlayUtils(theme, False, None, server, api_client)
|
||||
|
||||
if play:
|
||||
paths.append(putils.direct_play(theme['MediaSources'][0]))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue