From a4a1be97f592deb383c099f54ba886d181ebd121 Mon Sep 17 00:00:00 2001 From: angelblue05 Date: Fri, 22 Jan 2016 15:30:12 -0600 Subject: [PATCH] Remove encode for playutils Since we encode in utils now. --- resources/lib/playutils.py | 1 - 1 file changed, 1 deletion(-) diff --git a/resources/lib/playutils.py b/resources/lib/playutils.py index 8b5474aa..6e0301bb 100644 --- a/resources/lib/playutils.py +++ b/resources/lib/playutils.py @@ -52,7 +52,6 @@ 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")