Another attempt at solving unicode
Attempt at solving this damn unicode..... For me, it works but I don't know about anyone else.
This commit is contained in:
parent
d0bee543a1
commit
e50939aa53
1 changed files with 1 additions and 1 deletions
|
@ -313,7 +313,7 @@ class PlayUtils():
|
|||
|
||||
path = result[u'Path']
|
||||
# Verify the device has access to the direct path
|
||||
if os.path.exists(unicode(path)) == True:
|
||||
if os.path.exists(path) == True:
|
||||
# Local or Network path
|
||||
self.logMsg("Path exists.", 2)
|
||||
return True
|
||||
|
|
Loading…
Reference in a new issue