diff --git a/config/scheduler/epg.json b/config/scheduler/epg.json index 8663cf8..50722e3 100644 --- a/config/scheduler/epg.json +++ b/config/scheduler/epg.json @@ -1,4 +1,14 @@ [ + { + "name": "Loop", + "start_at": "never", + "prio": 0 + }, + { + "name": "Anima", + "start_at": "6", + "prio": 0 + }, { "name": "IwayHigh", "start_at": "14", @@ -9,17 +19,14 @@ "start_at": "22", "prio": 0 }, - { - "name": "Anima", - "start_at": "6", - "prio": 0 - }, { "name": "Ines OBS", + "start_at": "now", "prio": 1 }, { "name": "Rodopsko Odealo", + "start_at": "now", "prio": 2 } ]