-
This commit is contained in:
parent
aa2b408144
commit
e7eb3166ef
1 changed files with 1 additions and 2 deletions
|
|
@ -57,8 +57,7 @@ extension StringExtensions on String {
|
|||
"mp4",
|
||||
"wmv",
|
||||
"mkv",
|
||||
"mov",
|
||||
"ts"
|
||||
"mov"
|
||||
].any((extension) => toLowerCase().endsWith(extension));
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue