mirror of
https://github.com/Llewellynvdm/exa.git
synced 2024-11-15 16:57:08 +00:00
Merge pull request #418 from Fierthraix/master
Add support for Apple's M4V format
This commit is contained in:
commit
b5b16eabe7
@ -37,7 +37,7 @@ impl FileExtensions {
|
|||||||
|
|
||||||
fn is_video(&self, file: &File) -> bool {
|
fn is_video(&self, file: &File) -> bool {
|
||||||
file.extension_is_one_of( &[
|
file.extension_is_one_of( &[
|
||||||
"avi", "flv", "m2v", "mkv", "mov", "mp4", "mpeg",
|
"avi", "flv", "m2v", "m4v", "mkv", "mov", "mp4", "mpeg",
|
||||||
"mpg", "ogm", "ogv", "vob", "wmv", "webm", "m2ts",
|
"mpg", "ogm", "ogv", "vob", "wmv", "webm", "m2ts",
|
||||||
])
|
])
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user