From 395140262dbe2a01080adf6a82e96b7c2c09696b Mon Sep 17 00:00:00 2001 From: angelblue05 Date: Fri, 22 Jan 2016 15:59:31 -0600 Subject: [PATCH] Revert "Remove encode for playutils" This reverts commit a4a1be97f592deb383c099f54ba886d181ebd121. --- resources/lib/playutils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lib/playutils.py b/resources/lib/playutils.py index 6e0301bb..8b5474aa 100644 --- a/resources/lib/playutils.py +++ b/resources/lib/playutils.py @@ -52,6 +52,7 @@ class PlayUtils(): self.logMsg("File is direct playing.", 1) playurl = self.directPlay() + playurl = playurl.encode('utf-8') # Set playmethod property utils.window('emby_%s.playmethod' % playurl, value="DirectPlay")