mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
Terminate thread if outdated
Temporary fix since 1.1.62 is incompatible. To be reconsidered when minimum version changes again.
This commit is contained in:
parent
90c6b064c7
commit
bd093e6783
1 changed files with 2 additions and 0 deletions
|
@ -957,6 +957,8 @@ class LibrarySync(threading.Thread):
|
|||
else:
|
||||
utils.reset()
|
||||
|
||||
break
|
||||
|
||||
window('emby_dbCheck', value="true")
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue