From b6939a629c71977ce5b2da2c471f2c6156c34351 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niklas=20Schr=C3=B6tler?= <niklas.schroetler@tu-dortmund.de> Date: Tue, 16 Jan 2024 17:19:16 +0000 Subject: [PATCH] Update foobar.json --- public/config/foobar.json | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/public/config/foobar.json b/public/config/foobar.json index 60d19e1..0de5795 100644 --- a/public/config/foobar.json +++ b/public/config/foobar.json @@ -2,20 +2,7 @@ "id": "foobar", "background": "/infoscreen/content/preisliste.png", "schedule": { - "times": [ - { - "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" - } - ] + "always": true }, "panels": [] } -- GitLab