mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 12:16:12 +00:00
Caused error with special chars
This commit is contained in:
parent
b68ef6df84
commit
cce246e106
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ class PlayUtils():
|
|||
def logMsg(self, msg, lvl=1):
|
||||
|
||||
className = self.__class__.__name__
|
||||
utils.logMsg("%s %s" % (self.addonName, className), str(msg), int(lvl))
|
||||
utils.logMsg("%s %s" % (self.addonName, className), msg, int(lvl))
|
||||
|
||||
def getPlayUrl(self, server, id, result):
|
||||
|
||||
|
|
Loading…
Reference in a new issue