Move feed URL to new domain

This commit is contained in:
2025-06-15 01:23:12 +01:00
parent f2e12ab1d3
commit 0da2a3a223
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[config]
; Public URL to this folder incl. trailing slash(!)
base_url = "https://rpi4.mbirth.de/bassdrive-rss/"
base_url = "https://rpi4.mbirth.uk/bassdrive-rss/"
; Used for schedule times of shows
time_zone = "America/Chicago"

View File

@ -135,6 +135,7 @@ class RSSGenerator
$channel->appendChild($dom->createElement('itunes:explicit', $this->show_conf['show']['explicit']));
$channel->appendChild($dom->createElement('itunes:complete', $this->show_conf['show']['complete']));
$channel->appendChild($dom->createElement('itunes:type', $this->show_conf['show']['type']));
$channel->appendChild($dom->createElement('itunes:new-feed-url', str_replace('mbirth.de', 'mbirth.uk', $this->self_url)));
//$s_limit = $dom->createElement('spotify:limit');
//$s_limit->appendChild(new DOMAttr('recentCount', '3')); // At most this number of episodes appear in the client