From f2faa4cd25be53dd76ce750ea05f3181652f758d Mon Sep 17 00:00:00 2001 From: "Patrik J. Braun" Date: Wed, 11 Dec 2019 10:40:20 +0100 Subject: [PATCH] fixing format dot --- src/common/SupportedFormats.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common/SupportedFormats.ts b/src/common/SupportedFormats.ts index 803861e5..e2dc73da 100644 --- a/src/common/SupportedFormats.ts +++ b/src/common/SupportedFormats.ts @@ -26,8 +26,8 @@ export const SupportedFormats = { 'mov', 'wmv', 'flv', - '.mts', - '.m2ts', + 'mts', + 'm2ts', 'mpg', '3gp', 'm4v',