From deb4fa01cbadd2a19a3f0e8557a928161ca11b06 Mon Sep 17 00:00:00 2001 From: DiMartinoXBMC Date: Thu, 10 Mar 2016 00:14:40 +0300 Subject: [PATCH] kodi 17 fix --- addon.xml | 2 +- python_libtorrent/python_libtorrent/functions.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/addon.xml b/addon.xml index 3bd08d9..d0bc816 100644 --- a/addon.xml +++ b/addon.xml @@ -1,5 +1,5 @@ - + diff --git a/python_libtorrent/python_libtorrent/functions.py b/python_libtorrent/python_libtorrent/functions.py index 916a946..02c02b7 100644 --- a/python_libtorrent/python_libtorrent/functions.py +++ b/python_libtorrent/python_libtorrent/functions.py @@ -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):