|
@@ -573,7 +573,7 @@ class Album(TimeStampedModel):
|
|
|
alt_name = name
|
|
alt_name = name
|
|
|
|
|
|
|
|
album = Album.objects.filter(
|
|
album = Album.objects.filter(
|
|
|
- name=found_name, musicbrainz_id=album_dict.get("mbid")
|
|
|
|
|
|
|
+ musicbrainz_id=album_dict.get("mbid")
|
|
|
).first()
|
|
).first()
|
|
|
|
|
|
|
|
if not album:
|
|
if not album:
|