mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-12 21:26:10 +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 = []
|
result = []
|
||||||
|
|
||||||
for plugin in 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.")
|
log.debug("Found server plugin.")
|
||||||
self.isFastSync = True
|
self.isFastSync = True
|
||||||
ga.sendEventData("SyncAction", "FastSync")
|
ga.sendEventData("SyncAction", "FastSync")
|
||||||
|
|
Loading…
Reference in a new issue