mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-06-03 14:56:13 +00:00
Prevent deleting artwork during initial sync
This commit is contained in:
parent
a7131c2867
commit
e4fb2de7c2
3 changed files with 5 additions and 2 deletions
|
@ -69,7 +69,8 @@ class Service():
|
|||
|
||||
"emby_online", "emby_serverStatus", "emby_onWake",
|
||||
"emby_syncRunning", "emby_dbCheck", "emby_kodiScan",
|
||||
"emby_shouldStop", "emby_currUser", "emby_dbScan", "emby_sessionId"
|
||||
"emby_shouldStop", "emby_currUser", "emby_dbScan", "emby_sessionId",
|
||||
"emby_initialScan"
|
||||
]
|
||||
for prop in properties:
|
||||
utils.window(prop, clear=True)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue