mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-06-15 04:36:12 +00:00
Check KodiSyncQueue GetPluginSettings endpoint
to determine whether the plugin is enabled or not Fixes #861
This commit is contained in:
parent
fbc8a99b0f
commit
4c6b69abf6
2 changed files with 8 additions and 25 deletions
|
@ -353,7 +353,7 @@ class Library(threading.Thread):
|
|||
'kodiCompanion.bool'
|
||||
):
|
||||
# None == Unknown
|
||||
if self.server.jellyfin.check_companion_installed() is not False:
|
||||
if self.server.jellyfin.check_companion_enabled() is not False:
|
||||
|
||||
if not self.fast_sync():
|
||||
dialog("ok", "{jellyfin}", translate(33128))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue