mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
fixed error on non existing method
This commit is contained in:
parent
28862b309c
commit
b0ef58458e
1 changed files with 0 additions and 1 deletions
|
@ -231,7 +231,6 @@ class ReadEmbyDB():
|
||||||
collections=[]
|
collections=[]
|
||||||
|
|
||||||
if(jsonData == ""):
|
if(jsonData == ""):
|
||||||
printDebug("No Json data")
|
|
||||||
return []
|
return []
|
||||||
|
|
||||||
result = json.loads(jsonData)
|
result = json.loads(jsonData)
|
||||||
|
|
Loading…
Reference in a new issue