From e511e08463d18ce3e651a1072c1db26fdadee80b Mon Sep 17 00:00:00 2001 From: root Date: Mon, 16 Mar 2026 22:33:49 +0700 Subject: [PATCH] =?UTF-8?q?fix:=20Primetime-Bonus=20entfernt=20=E2=80=94?= =?UTF-8?q?=20Sendezeit=20hat=20keinen=20Einfluss=20mehr=20auf=20Score?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- homelab-ai-bot/tools/savetv.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/homelab-ai-bot/tools/savetv.py b/homelab-ai-bot/tools/savetv.py index cbac1fae..966a844a 100644 --- a/homelab-ai-bot/tools/savetv.py +++ b/homelab-ai-bot/tools/savetv.py @@ -261,10 +261,6 @@ def _filter_films(telecasts, only_new=False): if subcat in GOOD_SUBCATEGORIES: score += 20 - hour = start_dt.hour - if 20 <= hour <= 22: - score += 10 - desc = tc.get("STHEMA") or tc.get("SFULLSUBTITLE") or "" if len(desc) > 50: score += 10