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:
gordielachance
2016-09-19 23:30:48 +02:00
parent 797a5f2223
commit fb01d0eaa9
4 changed files with 488 additions and 271 deletions
Regular → Executable
+1 -1
View File
@@ -29,4 +29,4 @@ print conn.ping()
from connection import *
__version__ = '0.3.4'
__version__ = '0.5.1'
Regular → Executable
+485 -268
View File
File diff suppressed because it is too large Load Diff
Regular → Executable
+1 -1
View 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