fixed error on non existing method

This commit is contained in:
Marcel van der Veldt 2015-03-25 15:02:37 +01:00
parent 28862b309c
commit b0ef58458e
1 changed files with 0 additions and 1 deletions

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)