kodi 17 fix
parent
deb4fa01cb
commit
0a47451b8a
|
@ -1,5 +1,5 @@
|
|||
<?xml version='1.0' encoding='UTF-8' standalone='yes'?>
|
||||
<addon id='script.module.libtorrent' version='1.0.9b' name='python-libtorrent' provider-name='DiMartino, srg70, RussakHH, aisman'>
|
||||
<addon id='script.module.libtorrent' version='1.0.9d' name='python-libtorrent' provider-name='DiMartino, srg70, RussakHH, aisman'>
|
||||
<requires>
|
||||
<import addon='xbmc.python' version='2.1.0'/>
|
||||
</requires>
|
||||
|
|
|
@ -35,7 +35,7 @@ __icon__=os.path.join(xbmc.translatePath('special://home'), 'addons',
|
|||
'script.module.libtorrent', 'icon.png')
|
||||
__language__ = __settings__.getLocalizedString
|
||||
|
||||
from ..platform_pulsar import get_platform, get_libname
|
||||
from python_libtorrent.platform_pulsar import get_platform, get_libname
|
||||
|
||||
def log(msg):
|
||||
try:
|
||||
|
|
Loading…
Reference in New Issue