Revert "quick follow up"

This reverts commit 0ac2ea1e09.
This commit is contained in:
angelblue05 2015-06-15 20:30:45 -05:00
parent 0ac2ea1e09
commit 04e0d4f89e
1 changed files with 1 additions and 1 deletions

View File

@ -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)