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-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=commitdiff_plain;h=775a74c65d2178c7a9f39c994287aa5ba5259321 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 e895a14..6e4d9cc 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",