diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-11-14 00:39:25 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-11-14 00:39:25 +0100 |
| commit | 8ff50a18013d3c57d1058368146c979354016663 (patch) | |
| tree | d1a30b7f32e7d3a14bce03024420e0473b4320d7 /test/data/test.vtt | |
| parent | e30e83c698a866f2bea2118804683097be589cc9 (diff) | |
Fix WebVTT milliseconds separator (should be . it seems, not ,)v1.6.39
Diffstat (limited to 'test/data/test.vtt')
| -rw-r--r-- | test/data/test.vtt | 4 |
1 files changed, 2 insertions, 2 deletions
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. |
