better fix...
authorStephan Reichholf <sreichholf@users.schwerkraft.elitedvb.net>
Fri, 4 Jun 2010 14:49:22 +0000 (14:49 +0000)
committerStephan Reichholf <sreichholf@users.schwerkraft.elitedvb.net>
Fri, 4 Jun 2010 14:49:22 +0000 (14:49 +0000)
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