kodi 17 fix

pull/1/head
DiMartinoXBMC 2016-03-10 00:14:40 +03:00
parent 0032f49ab9
commit deb4fa01cb
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
<?xml version='1.0' encoding='UTF-8' standalone='yes'?>
<addon id='script.module.libtorrent' version='1.0.9a' name='python-libtorrent' provider-name='DiMartino, srg70, RussakHH, aisman'>
<addon id='script.module.libtorrent' version='1.0.9b' name='python-libtorrent' provider-name='DiMartino, srg70, RussakHH, aisman'>
<requires>
<import addon='xbmc.python' version='2.1.0'/>
</requires>

View File

@ -52,7 +52,7 @@ class LibraryManager():
def __init__(self, dest_path, platform):
self.dest_path = dest_path
self.platform = platform
self.root=os.path.dirname(__file__)
self.root=os.path.dirname(os.path.dirname(__file__))
def check_exist(self):
for libname in get_libname(self.platform):