From 25e7044480b272abf8fd020e254ca21607908369 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niklas=20Schr=C3=B6tler?= <niklas@allround.digital> Date: Sun, 7 Jan 2024 12:26:47 +0100 Subject: [PATCH] config/foobar: Added next three dates --- public/config/foobar.json | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/public/config/foobar.json b/public/config/foobar.json index 0caec7f..60d19e1 100644 --- a/public/config/foobar.json +++ b/public/config/foobar.json @@ -4,8 +4,16 @@ "schedule": { "times": [ { - "from": "2023-11-25T17:30", - "to": "2023-11-25T17:31" + "from": "2023-01-16T18:00", + "to": "2023-01-16T22:00" + }, + { + "from": "2023-01-30T18:00", + "to": "2023-01-30T22:00" + }, + { + "from": "2023-02-13T18:00", + "to": "2023-02-13T22:00" } ] }, -- GitLab