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