Modification for server plugin

This commit is contained in:
angelblue05 2018-03-23 00:08:29 -05:00
parent 57dd85ea52
commit ab02061a91
2 changed files with 2 additions and 3 deletions

View File

@ -96,7 +96,7 @@ class LibrarySync(threading.Thread):
result = []
for plugin in result:
if plugin['Name'] == "Emby.Kodi Sync Queue":
if plugin['Name'] == "Kodi companion":
log.debug("Found server plugin.")
self.isFastSync = True
ga.sendEventData("SyncAction", "FastSync")

View File

@ -799,8 +799,7 @@ class VideoNodes(object):
'Favorite movies': 30180,
'Favorite tvshows': 30181,
'Favorite episodes': 30182,
'channels': 30173
'Favorite episodes': 30182
}
label = lang(labels[tagname])
embynode = "Emby.nodes.%s" % indexnumber