fix: make compilation_group an array of album ids in artist response
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user