From b32ff79c182ff82eb5510cc920483f2b5f1bb12a Mon Sep 17 00:00:00 2001 From: deflax Date: Fri, 5 Jan 2024 13:32:29 +0000 Subject: [PATCH] validate epg.json --- config/scheduler/epg.json | 48 ++++++++++++++++++++------------------- 1 file changed, 25 insertions(+), 23 deletions(-) diff --git a/config/scheduler/epg.json b/config/scheduler/epg.json index a24a815..9686859 100644 --- a/config/scheduler/epg.json +++ b/config/scheduler/epg.json @@ -1,23 +1,25 @@ -{ - "name": "IwayHigh", - "start_at": "1400", - "prio": 5 -}, -{ - "name": "Jungletrain", - "start_at": "2200", - "prio": 5 -}, -{ - "name": "Anima", - "start_at": "0600", - "prio": 5 -}, -{ - "name": "Rodopsko Odealo", - "prio": 1 -}, -{ - "name": "Ines OBS", - "prio": 2 -} +[ + { + "name": "IwayHigh", + "start_at": "1400", + "prio": 5 + }, + { + "name": "Jungletrain", + "start_at": "2200", + "prio": 5 + }, + { + "name": "Anima", + "start_at": "0600", + "prio": 5 + }, + { + "name": "Rodopsko Odealo", + "prio": 1 + }, + { + "name": "Ines OBS", + "prio": 2 + } +]