Adjust path verification

This commit is contained in:
angelblue05 2018-03-02 18:16:31 -06:00
parent e46c2a2c62
commit 8fd8d90681

View file

@ -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"