lib/python/Plugins/Extensions/DVDPlayer/plugin.py: also check with upper case
[vuplus_dvbapp] / 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",