Je ne sais pas trop

This commit is contained in:
2025-10-26 23:49:20 +01:00
parent 732b1df516
commit e8dd16b34b
15 changed files with 66 additions and 24 deletions

View File

@@ -275,6 +275,7 @@ impl MusicSource for QobuzSource {
parent_id: "0".to_string(),
restricted: Some("1".to_string()),
child_count: Some("2".to_string()), // Favorites + Search (simplified)
searchable: Some("1".to_string()),
title: "Qobuz".to_string(),
class: "object.container".to_string(),
containers: vec![
@@ -284,6 +285,7 @@ impl MusicSource for QobuzSource {
parent_id: "qobuz".to_string(),
restricted: Some("1".to_string()),
child_count: None, // Will be determined when browsed
searchable: Some("1".to_string()),
title: "My Favorites".to_string(),
class: "object.container".to_string(),
containers: vec![],