From a23700719507a13bbd204cb39d59bbad4b911eda Mon Sep 17 00:00:00 2001 From: Harrys Ravalomanana Date: Wed, 13 May 2020 12:55:42 +0400 Subject: [PATCH] PHRAS-3067 change default value of chapter overlaps --- templates/web/prod/actions/Tools/videoEditor.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/web/prod/actions/Tools/videoEditor.html.twig b/templates/web/prod/actions/Tools/videoEditor.html.twig index a788b2707a..0c70c7c7ba 100644 --- a/templates/web/prod/actions/Tools/videoEditor.html.twig +++ b/templates/web/prod/actions/Tools/videoEditor.html.twig @@ -229,7 +229,7 @@ {% endfor %} ], preferences: { - overlapChapters: {% if overlapChapters != NULL %}{{ overlapChapters }}{% else %}0{% endif %}, + overlapChapters: {% if overlapChapters != NULL %}{{ overlapChapters }}{% else %}1{% endif %}, } };