Correction de la source radio paradise pour avoir un sous dossier par canal

This commit is contained in:
2025-10-19 18:14:28 +02:00
parent 455fc4ed21
commit a809fca1ac
6 changed files with 748 additions and 448 deletions

View File

@@ -90,9 +90,7 @@ impl CacheInput {
pub async fn bytes(&mut self) -> Result<Bytes, String> {
match &mut self.inner {
CacheInputInner::Http {
response,
buffer,
..
response, buffer, ..
} => {
if let Some(bytes) = buffer.clone() {
return Ok(bytes);
@@ -130,9 +128,7 @@ impl CacheInput {
pub fn into_byte_stream(self) -> ByteStream {
match self.inner {
CacheInputInner::Http {
response,
buffer,
..
response, buffer, ..
} => {
if let Some(response) = response {
Box::pin(