From 0da66fb585ad2edf749ec1536fdda6228679abfd Mon Sep 17 00:00:00 2001 From: claude-dev Date: Sat, 18 Apr 2026 12:22:12 +0000 Subject: [PATCH] Podcast-Feed-Typ im Verwaltungsportal Passt Verwaltung an die Podcast-Integration im Monitor an (Commit 5127e0a): Backend (src/routers/sources.py): - Pydantic-Pattern von GlobalSourceCreate + GlobalSourceUpdate um podcast_feed erweitert - Health-Check Feed-Validierung greift jetzt auch fuer podcast_feed (Podcast-Feeds sind technisch RSS/Atom) Frontend: - src/static/js/sources.js: TYPE_LABELS um podcast_feed ("Podcast-Feed") ergaenzt - src/static/dashboard.html: Neue + - + + diff --git a/src/static/js/sources.js b/src/static/js/sources.js index 9a91bea..eb864a4 100644 --- a/src/static/js/sources.js +++ b/src/static/js/sources.js @@ -33,6 +33,7 @@ const TYPE_LABELS = { rss_feed: "RSS-Feed", web_source: "Webquelle", telegram_channel: "Telegram-Kanal", + podcast_feed: "Podcast-Feed", excluded: "Ausgeschlossen", };