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/__init__.py Normal file → Executable file
View File

@ -29,4 +29,4 @@ print conn.ping()
from connection import *
__version__ = '0.3.4'
__version__ = '0.5.1'