mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-11-11 02:46:34 +00:00
Fix companion
This commit is contained in:
parent
9ab1b9218c
commit
f623a1e110
1 changed files with 1 additions and 1 deletions
|
|
@ -349,7 +349,7 @@ class Library(threading.Thread):
|
||||||
if settings('kodiCompanion.bool'):
|
if settings('kodiCompanion.bool'):
|
||||||
|
|
||||||
for plugin in self.server['api'].get_plugins():
|
for plugin in self.server['api'].get_plugins():
|
||||||
if plugin['Name'] in ("Jellyfin.Kodi Sync Queue", "Kodi companion"):
|
if plugin['Name'] in ("Kodi Sync Queue", "Kodi companion"):
|
||||||
|
|
||||||
if not self.fast_sync():
|
if not self.fast_sync():
|
||||||
dialog("ok", heading="{jellyfin}", line1=_(33128))
|
dialog("ok", heading="{jellyfin}", line1=_(33128))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue