From fd612a53e109a0830b902abed32ff13358bba4b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niklas=20Schr=C3=B6tler?= <niklas@allround.digital> Date: Sun, 5 May 2024 13:17:29 +0200 Subject: [PATCH] configs/foobar: Added SoSe 24 times --- public/config/foobar.json | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/public/config/foobar.json b/public/config/foobar.json index c1a7d77..4e3e563 100644 --- a/public/config/foobar.json +++ b/public/config/foobar.json @@ -4,8 +4,23 @@ "schedule": { "times": [ { - "from": "2024-01-30T18:00", - "to": "2024-01-30T22:00" + "from": "2024-05-07T18:00", + "to": "2024-05-07T22:00" + },{ + "from": "2024-05-21T18:00", + "to": "2024-05-21T22:00" + },{ + "from": "2024-06-04T18:00", + "to": "2024-06-04T22:00" + },{ + "from": "2024-06-18T18:00", + "to": "2024-06-18T22:00" + },{ + "from": "2024-07-02T18:00", + "to": "2024-07-02T22:00" + },{ + "from": "2024-07-16T18:00", + "to": "2024-07-16T22:00" } ] }, -- GitLab