aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/FileList.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python/Components/FileList.py')
-rwxr-xr-xlib/python/Components/FileList.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/python/Components/FileList.py b/lib/python/Components/FileList.py
index f9697094..54bb1acf 100755
--- a/lib/python/Components/FileList.py
+++ b/lib/python/Components/FileList.py
@@ -26,7 +26,8 @@ EXTENSIONS = {
"mpg": "movie",
"mpeg": "movie",
"mkv": "movie",
- "mp4": "movie"
+ "mp4": "movie",
+ "mov": "movie"
}
def FileEntryComponent(name, absolute = None, isDir = False):