From 95558edd4ebaeb615cdaea2166fe0bc2ed2e2b1d Mon Sep 17 00:00:00 2001 From: angelblue05 Date: Thu, 11 Jun 2015 00:59:15 -0500 Subject: [PATCH] Quick follow up Forgot the launch menu item. --- resources/lib/Entrypoint.py | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lib/Entrypoint.py b/resources/lib/Entrypoint.py index d70fe5c5..841f24c9 100644 --- a/resources/lib/Entrypoint.py +++ b/resources/lib/Entrypoint.py @@ -575,5 +575,6 @@ def doMainListing(): addDirectoryItem("Configure user preferences", "plugin://plugin.video.emby/?mode=userprefs") addDirectoryItem("Perform local database reset (full resync)", "plugin://plugin.video.emby/?mode=reset") addDirectoryItem("Cache all images to Kodi texture cache (advanced)", "plugin://plugin.video.emby/?mode=texturecache") + addDirectoryItem("Sync Emby Theme Media to Kodi", "plugin://plugin.video.emby/?mode=thememedia") xbmcplugin.endOfDirectory(int(sys.argv[1]))