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