mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
when we first run for any user we need to check the emby db tables, this resets this window value on user profile switching
This commit is contained in:
parent
cf6380ef1f
commit
cb5fe7a354
1 changed files with 4 additions and 0 deletions
|
@ -645,6 +645,10 @@ class LibrarySync(threading.Thread):
|
|||
|
||||
log.warn("---===### Starting LibrarySync ###===---")
|
||||
|
||||
# reset the internal emby tables check status
|
||||
# we need to check at least once per run or on switching profiles
|
||||
window('emby_db_checked', value="false")
|
||||
|
||||
while not self.monitor.abortRequested():
|
||||
|
||||
# In the event the server goes offline
|
||||
|
|
Loading…
Reference in a new issue