From 141bf57ff31b3c1f1335a5d00023c127b214a5c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Harrault?= <benoit@harrault.fr> Date: Mon, 21 Feb 2022 11:53:13 +0100 Subject: [PATCH] Uncheck "generate long playlist" option by default --- template.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/template.php b/template.php index 536363c..2b1f337 100644 --- a/template.php +++ b/template.php @@ -107,7 +107,6 @@ id="check-top-artist-long-playlist" name="check-top-artist-long-playlist" value="long-playlist" - checked > <label class="custom-control-label" for="check-top-artist-long-playlist"> Generate a long playlist (x2) @@ -170,7 +169,6 @@ id="check-playlist-long-playlist" name="check-playlist-long-playlist" value="long-playlist" - checked > <label class="custom-control-label" for="check-playlist-long-playlist"> Generate a long playlist (x2) -- GitLab