mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 12:16:12 +00:00
Update for server plugin
This commit is contained in:
parent
ab02061a91
commit
83e5473e8b
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ class LibrarySync(threading.Thread):
|
|||
result = []
|
||||
|
||||
for plugin in result:
|
||||
if plugin['Name'] == "Kodi companion":
|
||||
if plugin['Name'] in ("Emby.Kodi Sync Queue", "Kodi companion"):
|
||||
log.debug("Found server plugin.")
|
||||
self.isFastSync = True
|
||||
ga.sendEventData("SyncAction", "FastSync")
|
||||
|
|
Loading…
Reference in a new issue