diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2010-02-09 14:26:01 +0100 |
|---|---|---|
| committer | ghost <andreas.monzner@multimedia-labs.de> | 2010-02-09 14:28:14 +0100 |
| commit | 07546e9555132554de255826213f52e456b5ee1e (patch) | |
| tree | 705f551bbb12d7f02fdac46e8b347e7f8cac9968 /lib/python/Plugins | |
| parent | dac3bd25fd4e16c34c706a9aaf0ba039e33465f4 (diff) | |
| download | enigma2-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-x | lib/python/Plugins/Extensions/DVDPlayer/plugin.py | 1 |
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", |
