From 03c5037e075e01d09659c9f6068b379d61b86676 Mon Sep 17 00:00:00 2001 From: Quentin Gibeaux Date: Fri, 17 Apr 2020 11:04:28 +0200 Subject: [PATCH] fix 0 in template json --- podcasts/config/lav-template.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/podcasts/config/lav-template.json b/podcasts/config/lav-template.json index e0be18a..16a5735 100644 --- a/podcasts/config/lav-template.json +++ b/podcasts/config/lav-template.json @@ -6,19 +6,19 @@ "chapters" : [ { "start_timestamp" : "00:00:00.000", - "end_timestamp" : "00:0:00.000", + "end_timestamp" : "00:00:00.000", "short_chapter_name" : "", "chapter_title" : "TITRE_PODCAST_SUJET" }, { "start_timestamp" : "00:00:00.000", - "end_timestamp" : "00:0:00.000", + "end_timestamp" : "00:00:00.000", "short_chapter_name" : "", "chapter_title" : "TITRE_PODCAST_SUJET" }, { "start_timestamp" : "00:00:00.000", - "end_timestamp" : "00:0:00.000", + "end_timestamp" : "00:00:00.000", "short_chapter_name" : "", "chapter_title" : "TITRE_PODCAST_SUJET" },