mirror of
https://github.com/gordielachance/plugin.audio.subsonic
synced 2025-01-17 02:46:52 +01:00
update libsonic to v0.5.1
makes plugin work again on Kodi Krypton (fixes issue https://github.com/basilfx/plugin.audio.subsonic/issues/3)
This commit is contained in:
parent
797a5f2223
commit
fb01d0eaa9
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<addon id="plugin.audio.subsonic" name="Subsonic" version="2.0.0" provider-name="BasilFX">
|
||||
<addon id="plugin.audio.subsonic" name="Subsonic" version="2.0.1" provider-name="BasilFX">
|
||||
<requires>
|
||||
<import addon="xbmc.python" version="2.19.0"/>
|
||||
</requires>
|
||||
|
2
lib/libsonic/__init__.py
Normal file → Executable file
2
lib/libsonic/__init__.py
Normal file → Executable file
@ -29,4 +29,4 @@ print conn.ping()
|
||||
|
||||
from connection import *
|
||||
|
||||
__version__ = '0.3.4'
|
||||
__version__ = '0.5.1'
|
753
lib/libsonic/connection.py
Normal file → Executable file
753
lib/libsonic/connection.py
Normal file → Executable file
File diff suppressed because it is too large
Load Diff
2
lib/libsonic/errors.py
Normal file → Executable file
2
lib/libsonic/errors.py
Normal file → Executable file
@ -56,4 +56,4 @@ def getExcByCode(code):
|
||||
code = int(code)
|
||||
if code in ERR_CODE_MAP:
|
||||
return ERR_CODE_MAP[code]
|
||||
return SonicError
|
||||
return SonicError
|
Loading…
Reference in New Issue
Block a user