mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +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 = librarysync.LibrarySync()
|
||||
self.library_running = False
|
||||
# set flag to reset startup process
|
||||
self.startup = False
|
||||
|
||||
else:
|
||||
# Server is online
|
||||
|
|
Loading…
Reference in a new issue