aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins
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:14 +0100
commit07546e9555132554de255826213f52e456b5ee1e (patch)
tree705f551bbb12d7f02fdac46e8b347e7f8cac9968 /lib/python/Plugins
parentdac3bd25fd4e16c34c706a9aaf0ba039e33465f4 (diff)
downloadenigma2-07546e9555132554de255826213f52e456b5ee1e.tar.gz
enigma2-07546e9555132554de255826213f52e456b5ee1e.zip
lib/python/Plugins/Extensions/DVDPlayer/plugin.py: also check with upper case
Diffstat (limited to 'lib/python/Plugins')
-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",