Skip to content

Commit b011255

Browse files
committed
Another fix for album_id vs albumId. #157
1 parent d978ea4 commit b011255

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

soularr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -759,7 +759,7 @@ def get_records(missing: bool) -> list:
759759
current_queue.extend(next_page['records'])
760760
page += 1
761761

762-
queued_album_ids = [record['album_id'] for record in current_queue]
762+
queued_album_ids = [record['albumId'] for record in current_queue]
763763
wanted_records_not_queued = []
764764
for record in wanted_records:
765765
for release in record['releases']:

0 commit comments

Comments
 (0)