1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-kodi.git synced 2025-04-20 01:33:57 +00:00

Update for server plugin

This commit is contained in:
angelblue05 2018-03-23 00:12:00 -05:00
parent ab02061a91
commit 83e5473e8b

View file

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