From 269a57d6ca0cc7e3b541b96496152e76dbbbb125 Mon Sep 17 00:00:00 2001 From: Fred Gleason Date: Mon, 21 Nov 2022 17:00:43 -0500 Subject: [PATCH] 2022-11-21 Fred Gleason * Fixed a bug in the podcasting subsystem that broke validation of the 'direct' name space. Signed-off-by: Fred Gleason --- ChangeLog | 3 +++ lib/rdrssschemas.cpp | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 3b73bc65..6ae09390 100644 --- a/ChangeLog +++ b/ChangeLog @@ -20954,3 +20954,6 @@ 2022-11-15 Fred Gleason * Fixed a bug in rdcatchd(8) that caused record events to be captured with the incorrect sampling rate. +2022-11-21 Fred Gleason + * Fixed a bug in the podcasting subsystem that broke validation + of the 'direct' name space. diff --git a/lib/rdrssschemas.cpp b/lib/rdrssschemas.cpp index e6584722..4613d78c 100644 --- a/lib/rdrssschemas.cpp +++ b/lib/rdrssschemas.cpp @@ -63,7 +63,7 @@ RDRssSchemas::RDRssSchemas() c_header_templates.push_back("\n"); // AppleSuperfeedSchema - c_header_templates.push_back("\n xmlns:direct=\"http://www.rivendellaudio.org/dtds/direct-0.1.dtd\">"); + c_header_templates.push_back("\n"); // // Channel Templates