From 583de6eb96b6afb75ae570a1c1ff9e1099366bf2 Mon Sep 17 00:00:00 2001 From: Yury Kostov <kostov@ac-sw.com> Date: Thu, 9 Jun 2022 16:34:03 +0700 Subject: [PATCH] Added .ts-files to allowed video formats family. --- lib/files.dart | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/files.dart b/lib/files.dart index 2e77005..05b58c2 100644 --- a/lib/files.dart +++ b/lib/files.dart @@ -7,7 +7,8 @@ const List<String> videoFormats = [ '.3gp', '.3gpp', '.mkv', - '.flv' + '.flv', + '.ts' ]; const List<String> imageFormats = [ '.jpeg',