mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-05-11 03:45:07 +00:00
Fix profile auth
One device id per user.
This commit is contained in:
parent
2deb31b294
commit
60db191efa
5 changed files with 15 additions and 5 deletions
|
@ -398,7 +398,7 @@ class Service(xbmc.Monitor):
|
|||
"emby_initialScan",
|
||||
|
||||
"emby_play", "emby_online", "emby.connected", "emby_should_stop", "emby.resume",
|
||||
"emby.external", "emby.external_check"
|
||||
"emby.external", "emby.external_check", "emby_deviceId"
|
||||
]
|
||||
for prop in properties:
|
||||
window(prop, clear=True)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue