fix: Primetime-Bonus entfernt — Sendezeit hat keinen Einfluss mehr auf Score

This commit is contained in:
root 2026-03-16 22:33:49 +07:00
parent 985caeab38
commit e511e08463

View file

@ -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