aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorghost <andreas.monzner@multimedia-labs.de>2010-02-09 14:26:01 +0100
committerghost <andreas.monzner@multimedia-labs.de>2010-02-09 14:28:03 +0100
commit775a74c65d2178c7a9f39c994287aa5ba5259321 (patch)
tree0ab710d9a310d90e69a16fb89f80376ac8f39eaa
parent91947ec6dd8a110133a47609fa78ca617d8e130c (diff)
downloadenigma2-775a74c65d2178c7a9f39c994287aa5ba5259321.tar.gz
enigma2-775a74c65d2178c7a9f39c994287aa5ba5259321.zip
lib/python/Plugins/Extensions/DVDPlayer/plugin.py: also check with upper case
-rwxr-xr-xlib/python/Plugins/Extensions/DVDPlayer/plugin.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/python/Plugins/Extensions/DVDPlayer/plugin.py b/lib/python/Plugins/Extensions/DVDPlayer/plugin.py
index e895a141..6e4d9cc6 100755
--- a/lib/python/Plugins/Extensions/DVDPlayer/plugin.py
+++ b/lib/python/Plugins/Extensions/DVDPlayer/plugin.py
@@ -736,6 +736,7 @@ def filescan(**kwargs):
paths_to_scan =
[
ScanPath(path = "video_ts", with_subdirs = False),
+ ScanPath(path = "VIDEO_TS", with_subdirs = False),
ScanPath(path = "", with_subdirs = False),
],
name = "DVD",