fix 0 in template json
This commit is contained in:
parent
fafa9df0cb
commit
03c5037e07
@ -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"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user