From 6d33201a71153f58178898951f2ff348495fd9a1 Mon Sep 17 00:00:00 2001 From: Xoconoch Date: Thu, 28 Aug 2025 07:07:13 -0600 Subject: [PATCH] fix: make compilation_group an array of album ids in artist response --- deezspot/libutils/librespot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deezspot/libutils/librespot.py b/deezspot/libutils/librespot.py index 14afbd8..fc01526 100644 --- a/deezspot/libutils/librespot.py +++ b/deezspot/libutils/librespot.py @@ -221,7 +221,7 @@ class LibrespotClient: out: Dict[str, Any] = {} for field, value in msg.ListFields(): name = field.name - if name in ("album_group", "single_group", "appears_on_group"): + if name in ("album_group", "single_group", "compilation_group", "appears_on_group"): try: ids = [] for ag in value: # repeated AlbumGroup