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:14 +0000 (14:28 +0100)
lib/python/Plugins/Extensions/DVDPlayer/plugin.py

index e895a14..6e4d9cc 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",