mirror of
https://github.com/Llewellynvdm/exa.git
synced 2024-12-29 02:53:06 +00:00
Don't treat .ts as a video file extension
It's arguably more frequently used for TypeScript files.
This commit is contained in:
parent
c544be8507
commit
e711dbc0b6
@ -39,7 +39,6 @@ impl FileExtensions {
|
||||
file.extension_is_one_of( &[
|
||||
"avi", "flv", "m2v", "mkv", "mov", "mp4", "mpeg",
|
||||
"mpg", "ogm", "ogv", "vob", "wmv", "webm", "m2ts",
|
||||
"ts",
|
||||
])
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user