From 6a243eb89df7c0afd159a0820c897a8b5fcd8211 Mon Sep 17 00:00:00 2001 From: ghost Date: Tue, 23 Nov 2010 12:40:58 +0100 Subject: enable m2ts file extension --- lib/python/Components/FileList.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/python/Components/FileList.py') diff --git a/lib/python/Components/FileList.py b/lib/python/Components/FileList.py index 1d71514b..1b7e81f5 100755 --- a/lib/python/Components/FileList.py +++ b/lib/python/Components/FileList.py @@ -28,7 +28,8 @@ EXTENSIONS = { "mpeg": "movie", "mkv": "movie", "mp4": "movie", - "mov": "movie" + "mov": "movie", + "m2ts": "movie", } def FileEntryComponent(name, absolute = None, isDir = False): -- cgit v1.2.3