From 8ff50a18013d3c57d1058368146c979354016663 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 14 Nov 2022 00:39:25 +0100 Subject: Fix WebVTT milliseconds separator (should be . it seems, not ,) --- test/data/test.vtt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/data') diff --git a/test/data/test.vtt b/test/data/test.vtt index 6cd60eb..15475d4 100644 --- a/test/data/test.vtt +++ b/test/data/test.vtt @@ -5,9 +5,9 @@ Seem: to put stuff here NOTE You can have notes That span multiple lines -00:00:41,090 --> 00:00:42,210 +00:00:41.090 --> 00:00:42.210 This is a subtitle and that's a line break -00:01:01,010 --> 00:01:02,100 +00:01:01.010 --> 00:01:02.100 This is some stuff. -- cgit v1.2.3