push-pqqsxyupswry #21

Merged
eric merged 76 commits from push-pqqsxyupswry into main 2025-12-06 12:49:47 +01:00
Showing only changes of commit 216fdfa744 - Show all commits

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![],
}