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:
shaun 2017-01-03 16:40:26 +11:00
parent cf6380ef1f
commit cb5fe7a354

View file

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