Check KodiSyncQueue GetPluginSettings endpoint

to determine whether the plugin is enabled or not

Fixes #861
This commit is contained in:
Odd Stråbø 2024-05-17 05:41:36 +02:00
parent fbc8a99b0f
commit 4c6b69abf6
2 changed files with 8 additions and 25 deletions

View file

@ -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))