mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-06-03 06:46:12 +00:00
Fix path verification
This commit is contained in:
parent
b4f142c01d
commit
838ce36f44
2 changed files with 5 additions and 5 deletions
|
@ -399,7 +399,7 @@ class Service(xbmc.Monitor):
|
|||
"emby_initialScan",
|
||||
|
||||
"emby_play", "emby_online", "emby.connected", "emby_should_stop", "emby.resume",
|
||||
"emby.external", "emby.external_check", "emby_deviceId", "emby_db_check"
|
||||
"emby.external", "emby.external_check", "emby_deviceId", "emby_db_check", "emby_pathverified"
|
||||
]
|
||||
for prop in properties:
|
||||
window(prop, clear=True)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue