On essaye de rendre l'historique jouable.

This commit is contained in:
2025-11-28 20:30:42 +01:00
parent bd0544820a
commit 216fdfa744

View File

@@ -245,7 +245,8 @@ impl RadioParadiseSource {
child_count: Some("0".to_string()), // Default to 0, updated below if playlist exists
searchable: Some("1".to_string()),
title: format!("{} - History", descriptor.display_name),
class: "object.container".to_string(),
// Expose l'historique comme une playlist jouable
class: "object.container.playlistContainer".to_string(),
containers: vec![],
items: vec![],
}