lib/python/Plugins/Extensions/DVDPlayer/plugin.py: also check with upper case
authorghost <andreas.monzner@multimedia-labs.de>
Tue, 9 Feb 2010 13:26:01 +0000 (14:26 +0100)
committerghost <andreas.monzner@multimedia-labs.de>
Tue, 9 Feb 2010 13:28:03 +0000 (14:28 +0100)
lib/python/Plugins/Extensions/DVDPlayer/plugin.py

index e895a14151cca40485f5c117c2071430fc3d835f..6e4d9cc6bf4f7fe8a9bd1eb6725275fc988b3c23 100755 (executable)
@@ -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",