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

2
lib/libsonic/errors.py Normal file → Executable file
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