Remove encode for playutils

Since we encode in utils now.
This commit is contained in:
angelblue05 2016-01-22 15:30:12 -06:00
parent 01db164dc9
commit a4a1be97f5

View file

@ -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")