mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
Added "Kodi Sync Queue" to plugins searched when attempting to use fast sync.
This commit is contained in:
parent
d195c4e6d2
commit
9cb89156ee
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 ("Jellyfin.Kodi Sync Queue", "Kodi companion","Kodi Sync Queue"):
|
||||||
|
|
||||||
if not self.fast_sync():
|
if not self.fast_sync():
|
||||||
dialog("ok", heading="{jellyfin}", line1=_(33128))
|
dialog("ok", heading="{jellyfin}", line1=_(33128))
|
||||||
|
|
Loading…
Reference in a new issue