diff --git a/addon.xml b/addon.xml index 4432e70e..33f7a482 100644 --- a/addon.xml +++ b/addon.xml @@ -1,7 +1,7 @@ diff --git a/resources/lib/WriteKodiDB.py b/resources/lib/WriteKodiDB.py index 7e5297f7..9694467b 100644 --- a/resources/lib/WriteKodiDB.py +++ b/resources/lib/WriteKodiDB.py @@ -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"," ")