This commit is contained in:
im85288 2015-03-25 15:43:35 +00:00
commit 865b07858e

View file

@ -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)