mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-05-17 06:45:09 +00:00
Fix multi-server support
This commit is contained in:
parent
caa758c3ec
commit
98ffa9b503
2 changed files with 12 additions and 4 deletions
|
@ -148,7 +148,7 @@ class Player(xbmc.Player):
|
|||
'CurrentPosition': item.get('CurrentPosition') or int(seektime),
|
||||
'Muted': muted,
|
||||
'Volume': volume,
|
||||
'Server': Emby(item['ServerId']),
|
||||
'Server': Emby(item['ServerId']).get_client(),
|
||||
'Paused': False
|
||||
})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue