diff --git a/resources/lib/PlayUtils.py b/resources/lib/PlayUtils.py index 5d522676..8339500d 100644 --- a/resources/lib/PlayUtils.py +++ b/resources/lib/PlayUtils.py @@ -318,7 +318,7 @@ class PlayUtils(): try: pathexists = os.path.exists(path) except UnicodeEncodeError: - pathexists = os.path.exists(path.decode('utf-8')) + pathexists = os.path.exists(path.encode('utf-8')) # Verify the device has access to the direct path if pathexists: # Local or Network path