solve encoding issue with playurl

This commit is contained in:
im85288 2015-04-03 22:39:18 +01:00
parent 01a6c43ad2
commit 9b28b97be7
2 changed files with 2 additions and 2 deletions

View file

@ -998,7 +998,7 @@ class WriteKodiDB():
playurl = PlayUtils().getPlayUrl(server, MBitem["Id"], MBitem)
#make sure that the path always ends with a slash
path = playurl + "/"
path = utils.convertEncoding(playurl + "/")
if MBitem.get("DateCreated") != None:
dateadded = MBitem["DateCreated"].replace("T"," ")