From e50939aa534156ad32dbde0e8d88423b54f24cda Mon Sep 17 00:00:00 2001
From: angelblue05 <tamara.angel05@gmail.com>
Date: Sun, 17 May 2015 04:47:08 -0500
Subject: [PATCH] Another attempt at solving unicode

Attempt at solving this damn unicode..... For me, it works but I don't
know about anyone else.
---
 resources/lib/PlayUtils.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/resources/lib/PlayUtils.py b/resources/lib/PlayUtils.py
index 198ba8c2..b093cb07 100644
--- a/resources/lib/PlayUtils.py
+++ b/resources/lib/PlayUtils.py
@@ -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