mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 12:16:12 +00:00
Modification for server plugin
This commit is contained in:
parent
57dd85ea52
commit
ab02061a91
2 changed files with 2 additions and 3 deletions
|
@ -96,7 +96,7 @@ class LibrarySync(threading.Thread):
|
||||||
result = []
|
result = []
|
||||||
|
|
||||||
for plugin in result:
|
for plugin in result:
|
||||||
if plugin['Name'] == "Emby.Kodi Sync Queue":
|
if plugin['Name'] == "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")
|
||||||
|
|
|
@ -799,8 +799,7 @@ class VideoNodes(object):
|
||||||
|
|
||||||
'Favorite movies': 30180,
|
'Favorite movies': 30180,
|
||||||
'Favorite tvshows': 30181,
|
'Favorite tvshows': 30181,
|
||||||
'Favorite episodes': 30182,
|
'Favorite episodes': 30182
|
||||||
'channels': 30173
|
|
||||||
}
|
}
|
||||||
label = lang(labels[tagname])
|
label = lang(labels[tagname])
|
||||||
embynode = "Emby.nodes.%s" % indexnumber
|
embynode = "Emby.nodes.%s" % indexnumber
|
||||||
|
|
Loading…
Reference in a new issue