Skip to content

Commit

Permalink
Fix import error
Browse files Browse the repository at this point in the history
Fix context menu
  • Loading branch information
tamara-plante committed Feb 1, 2019
1 parent 017b643 commit 7149cd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion context.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

__addon__ = xbmcaddon.Addon(id='plugin.video.emby')
__base__ = xbmc.translatePath(os.path.join(__addon__.getAddonInfo('path'), 'resources', 'lib')).decode('utf-8')
__libraries__ = xbmc.translatePath(os.path.join(__addon__.getAddonInfo('path'), 'librarie')).decode('utf-8')
__libraries__ = xbmc.translatePath(os.path.join(__addon__.getAddonInfo('path'), 'libraries')).decode('utf-8')
__pcache__ = xbmc.translatePath(os.path.join(__addon__.getAddonInfo('profile'), 'emby')).decode('utf-8')
__cache__ = xbmc.translatePath('special://temp/emby').decode('utf-8')

Expand Down

0 comments on commit 7149cd1

Please sign in to comment.