Revert "Remove encode for playutils"

This reverts commit a4a1be97f5.
This commit is contained in:
angelblue05 2016-01-22 15:59:31 -06:00
parent a4a1be97f5
commit 395140262d
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@ class PlayUtils():
self.logMsg("File is direct playing.", 1) self.logMsg("File is direct playing.", 1)
playurl = self.directPlay() playurl = self.directPlay()
playurl = playurl.encode('utf-8')
# Set playmethod property # Set playmethod property
utils.window('emby_%s.playmethod' % playurl, value="DirectPlay") utils.window('emby_%s.playmethod' % playurl, value="DirectPlay")