fix feed
All checks were successful
CI/CD Pipeline / test (push) Successful in 1m30s
CI/CD Pipeline / deploy (push) Successful in 1m22s

This commit is contained in:
Philipp Hofer
2025-10-13 09:25:14 +02:00
parent 82fe5e3485
commit 2e0349bda0

View File

@@ -15,7 +15,7 @@ pub async fn stream_handler(State(state): State<Arc<AppState>>) -> impl IntoResp
fn feed(urls: &Vec<String>) -> String {
let mut ret = String::new();
ret.push_str(r#"<?xml version="1.0" encoding="UTF-8"?>\n"#);
ret.push_str(r#"<?xml version="1.0" encoding="UTF-8"?>"#);
ret.push_str(r#"<rss version="2.0">"#);
ret.push_str("<channel>");
ret.push_str("<title>Ö1 Morgenjournal Feed</title>");