mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
Added check to see if addon has already been setup
This commit is contained in:
parent
2cef5b727f
commit
b4a2ee9d90
1 changed files with 2 additions and 1 deletions
|
@ -132,7 +132,8 @@ class Service(xbmc.Monitor):
|
|||
|
||||
try:
|
||||
self.connect.register()
|
||||
set_addon_mode()
|
||||
if not settings('SyncInstallRunDone.bool'):
|
||||
set_addon_mode()
|
||||
except Exception as error:
|
||||
LOG.exception(error)
|
||||
|
||||
|
|
Loading…
Reference in a new issue