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:03 +0100 |
| commit | 775a74c65d2178c7a9f39c994287aa5ba5259321 (patch) | |
| tree | 0ab710d9a310d90e69a16fb89f80376ac8f39eaa /lib/python | |
| parent | 91947ec6dd8a110133a47609fa78ca617d8e130c (diff) | |
| download | enigma2-775a74c65d2178c7a9f39c994287aa5ba5259321.tar.gz enigma2-775a74c65d2178c7a9f39c994287aa5ba5259321.zip | |
lib/python/Plugins/Extensions/DVDPlayer/plugin.py: also check with upper case
Diffstat (limited to 'lib/python')
| -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", |
