diff --git a/addon.xml b/addon.xml index 78fb95da..69497e71 100644 --- a/addon.xml +++ b/addon.xml @@ -1,7 +1,7 @@ diff --git a/resources/lib/playutils.py b/resources/lib/playutils.py index 907d4d21..e7b65af9 100644 --- a/resources/lib/playutils.py +++ b/resources/lib/playutils.py @@ -92,6 +92,7 @@ class PlayUtils(): log.info("File is direct streaming.") playurl = self.directStream() + playurl = playurl.encode('utf-8') # Set playmethod property window('emby_%s.playmethod' % playurl, value="DirectStream")