From 5b44242435539b356af243b78abf2bc470316195 Mon Sep 17 00:00:00 2001 From: deflax Date: Sun, 7 Jan 2024 02:19:34 +0200 Subject: [PATCH] set start_at for all sreams --- config/scheduler/epg.json | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) 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 } ]