From ab02061a914c75021ec462a2bd99f3b977974d53 Mon Sep 17 00:00:00 2001 From: angelblue05 Date: Fri, 23 Mar 2018 00:08:29 -0500 Subject: [PATCH] Modification for server plugin --- resources/lib/librarysync.py | 2 +- resources/lib/views.py | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/resources/lib/librarysync.py b/resources/lib/librarysync.py index 1918b6c1..37f34f2e 100644 --- a/resources/lib/librarysync.py +++ b/resources/lib/librarysync.py @@ -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") diff --git a/resources/lib/views.py b/resources/lib/views.py index c2980fbd..61d47986 100644 --- a/resources/lib/views.py +++ b/resources/lib/views.py @@ -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