mirror of
https://github.com/Llewellynvdm/exa.git
synced 2024-12-02 00:13:53 +00:00
commit
878be362c6
@ -35,13 +35,14 @@ impl FileExtensions {
|
|||||||
pub fn is_video(&self, file: &File) -> bool {
|
pub 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", "mkv", "mov", "mp4", "mpeg",
|
||||||
"mpg", "ogm", "ogv", "vob", "wmv",
|
"mpg", "ogm", "ogv", "vob", "wmv", "webm", "m2ts",
|
||||||
|
"ts",
|
||||||
])
|
])
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn is_music(&self, file: &File) -> bool {
|
pub fn is_music(&self, file: &File) -> bool {
|
||||||
file.extension_is_one_of( &[
|
file.extension_is_one_of( &[
|
||||||
"aac", "m4a", "mp3", "ogg", "wma",
|
"aac", "m4a", "mp3", "ogg", "wma", "mka", "opus",
|
||||||
])
|
])
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user