Remove encode for playutils
Since we encode in utils now.
This commit is contained in:
parent
01db164dc9
commit
a4a1be97f5
1 changed files with 0 additions and 1 deletions
|
@ -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")
|
||||
|
||||
|
|
Loading…
Reference in a new issue