diff --git a/resources/lib/PlayUtils.py b/resources/lib/PlayUtils.py index 6c4baa67..24e986bb 100644 --- a/resources/lib/PlayUtils.py +++ b/resources/lib/PlayUtils.py @@ -311,7 +311,7 @@ class PlayUtils(): path = result[u'Path'] # Verify the device has access to the direct path - if os.path.exists(path) == True: + if os.path.exists(path.encode('utf-8')) == True: return True elif ":\\" not in path: # Give benefit of the doubt for nfs protocol