Fix profile auth

One device id per user.
This commit is contained in:
angelblue05 2018-09-12 22:51:28 -05:00
parent 2deb31b294
commit 60db191efa
5 changed files with 15 additions and 5 deletions

View file

@ -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)