correct compilation warning in pmoqobuz

This commit is contained in:
2026-04-04 00:30:46 +02:00
parent 54ea7b5813
commit 6352a43e27
5 changed files with 1017 additions and 8 deletions

View File

@@ -15,7 +15,7 @@ struct PaginatedResponse<T> {
/// Réponse de l'endpoint /favorite/getUserFavorites
#[derive(Debug, Deserialize)]
pub(crate) struct FavoritesResponse {
pub struct FavoritesResponse {
#[serde(default)]
albums: Option<PaginatedResponse<AlbumResponse>>,
#[serde(default)]