Changement du mécanisme d'attention sur les channels Radio Paradise.

This commit is contained in:
2025-11-29 14:19:16 +01:00
parent cf3f0afde4
commit 0a03f72467
44 changed files with 564 additions and 231 deletions

View File

@@ -955,7 +955,9 @@ async fn stream_source_item_metadata(
}
});
Sse::new(stream).keep_alive(KeepAlive::default()).into_response()
Sse::new(stream)
.keep_alive(KeepAlive::default())
.into_response()
}
None => (
StatusCode::NOT_FOUND,