diff --git a/src/info/filetype.rs b/src/info/filetype.rs index 92d0017..e1d3b2d 100644 --- a/src/info/filetype.rs +++ b/src/info/filetype.rs @@ -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", ]) }