From: ghost Date: Tue, 9 Feb 2010 13:26:01 +0000 (+0100) Subject: lib/python/Plugins/Extensions/DVDPlayer/plugin.py: also check with upper case X-Git-Tag: 3.0.0~28^2~66^2~71 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/07546e9555132554de255826213f52e456b5ee1e lib/python/Plugins/Extensions/DVDPlayer/plugin.py: also check with upper case --- 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",