fix 0 in template json

This commit is contained in:
Quentin Gibeaux 2020-04-17 11:04:28 +02:00 committed by root
parent fafa9df0cb
commit 03c5037e07
1 changed files with 3 additions and 3 deletions

View File

@ -6,19 +6,19 @@
"chapters" : [ "chapters" : [
{ {
"start_timestamp" : "00:00:00.000", "start_timestamp" : "00:00:00.000",
"end_timestamp" : "00:0:00.000", "end_timestamp" : "00:00:00.000",
"short_chapter_name" : "", "short_chapter_name" : "",
"chapter_title" : "TITRE_PODCAST_SUJET" "chapter_title" : "TITRE_PODCAST_SUJET"
}, },
{ {
"start_timestamp" : "00:00:00.000", "start_timestamp" : "00:00:00.000",
"end_timestamp" : "00:0:00.000", "end_timestamp" : "00:00:00.000",
"short_chapter_name" : "", "short_chapter_name" : "",
"chapter_title" : "TITRE_PODCAST_SUJET" "chapter_title" : "TITRE_PODCAST_SUJET"
}, },
{ {
"start_timestamp" : "00:00:00.000", "start_timestamp" : "00:00:00.000",
"end_timestamp" : "00:0:00.000", "end_timestamp" : "00:00:00.000",
"short_chapter_name" : "", "short_chapter_name" : "",
"chapter_title" : "TITRE_PODCAST_SUJET" "chapter_title" : "TITRE_PODCAST_SUJET"
}, },