aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Components/FileList.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/python/Components/FileList.py b/lib/python/Components/FileList.py
index 3e38bd06..e064d052 100644
--- a/lib/python/Components/FileList.py
+++ b/lib/python/Components/FileList.py
@@ -22,6 +22,8 @@ EXTENSIONS = {
"avi": "movie",
"mpg": "movie",
"mpeg": "movie",
+ "mkv": "movie",
+ "avi": "movie",
}
def FileEntryComponent(name, absolute = None, isDir = False):