Skip to content

Commit

Permalink
Don't treat .ts as a video file extension
Browse files Browse the repository at this point in the history
It's arguably more frequently used for TypeScript files.
  • Loading branch information
dguo authored Mar 15, 2018
1 parent c544be8 commit e711dbc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/info/filetype.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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",
])
}

Expand Down

0 comments on commit e711dbc

Please sign in to comment.