From 8fd8d90681f9f1a7e4e28770102999a8200dae53 Mon Sep 17 00:00:00 2001 From: angelblue05 Date: Fri, 2 Mar 2018 18:16:31 -0600 Subject: [PATCH] Adjust path verification --- 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 2b1ff9e1..cad0e526 100644 --- a/resources/lib/playutils.py +++ b/resources/lib/playutils.py @@ -151,7 +151,7 @@ class PlayUtils(): path = self.get_direct_path(source) - if xbmcvfs.exists(path) or ":" not in path: + if xbmcvfs.exists(path): # or ":" not in path: log.info("Path exists or assumed linux or web.") self.method = "DirectPlay"