better fix...
[vuplus_dvbapp-plugin] / webinterface / src / WebComponents / Sources / LocationsAndTags.py
index ed7890b..c55b545 100644 (file)
@@ -32,7 +32,7 @@ class LocationsAndTags(Source):
        def getCurrentLocation(self):
                path = config.movielist.last_videodir.value or "/hdd/movie"
                if not os.path.exists(path):
-                       path = "__ERROR__"
+                       path = "/hdd/movie"
                
                return path