Ricerche salvate: supporto cerca film/serie/attore

Possibile fix freeze kodi alla chiusura
This commit is contained in:
marco
2021-11-13 14:42:40 +01:00
parent dea6782c5e
commit d5c870db44
6 changed files with 40 additions and 37 deletions

View File

@@ -538,7 +538,7 @@ if __name__ == "__main__":
break
if monitor.waitForAbort(1): # every second
join_threads()
# db need to be closed when not used, it will cause freezes
db.close()
join_threads()
break