From 04e0d4f89ecba61a3787e241509acad62df1ff45 Mon Sep 17 00:00:00 2001 From: angelblue05 Date: Mon, 15 Jun 2015 20:30:45 -0500 Subject: [PATCH] Revert "quick follow up" This reverts commit 0ac2ea1e09fa10ff6a57083e27ad71d125042cb7. --- service.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.py b/service.py index 3b09ef1f..c7cf80ab 100644 --- a/service.py +++ b/service.py @@ -9,7 +9,7 @@ import xbmcaddon import xbmc import xbmcgui -addon_ = xbmcaddon.Addon() +addon_ = xbmcaddon.Addon(id='plugin.video.emby') addon_path = addon_.getAddonInfo('path').decode('utf-8') base_resource_path = xbmc.translatePath(os.path.join(addon_path, 'resources', 'lib')).decode('utf-8') sys.path.append(base_resource_path)