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:
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
|
||||
Reference in New Issue
Block a user