From 99aee28c1bbc6f7f3d02e8318a554d9bbba32a66 Mon Sep 17 00:00:00 2001 From: Loweel Date: Sun, 4 May 2025 21:19:47 +0200 Subject: [PATCH] Title in big --- rss-xml.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rss-xml.go b/rss-xml.go index 5dc5961..d4a17e7 100644 --- a/rss-xml.go +++ b/rss-xml.go @@ -66,7 +66,7 @@ func generateRSS() error { IImage: &podcast.IImage{ HREF: epBaseImg, // Campo corretto }, - IExplicit: "no", + IExplicit: "false", } if _, err := p.AddItem(item); err != nil {