mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-12-26 02:36:10 +00:00
Fix startup process
This commit is contained in:
parent
c27771ff8e
commit
3e08f5ab8a
1 changed files with 2 additions and 0 deletions
|
@ -236,6 +236,8 @@ class Service(object):
|
||||||
self.library_thread.stopThread()
|
self.library_thread.stopThread()
|
||||||
self.library_thread = librarysync.LibrarySync()
|
self.library_thread = librarysync.LibrarySync()
|
||||||
self.library_running = False
|
self.library_running = False
|
||||||
|
# set flag to reset startup process
|
||||||
|
self.startup = False
|
||||||
|
|
||||||
else:
|
else:
|
||||||
# Server is online
|
# Server is online
|
||||||
|
|
Loading…
Reference in a new issue