Fix hard PKC not working (OSError: no such file)
This commit is contained in:
parent
e62b909a75
commit
89d55b8b60
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ ADDON_ID = 'plugin.video.plexkodiconnect'
|
|||
ADDON_VERSION = _ADDON.getAddonInfo('version')
|
||||
ADDON_PATH = try_decode(_ADDON.getAddonInfo('path'))
|
||||
ADDON_FOLDER = try_decode(xbmc.translatePath('special://home'))
|
||||
ADDON_PROFILE = try_decode(_ADDON.getAddonInfo('profile'))
|
||||
ADDON_PROFILE = try_decode(xbmc.translatePath(_ADDON.getAddonInfo('profile')))
|
||||
|
||||
KODILANGUAGE = xbmc.getLanguage(xbmc.ISO_639_1)
|
||||
KODIVERSION = int(xbmc.getInfoLabel("System.BuildVersion")[:2])
|
||||
|
|
Loading…
Reference in a new issue