[music] Back and forth ... let us not use album name

This commit is contained in:
2025-09-11 09:08:14 -04:00
parent 9403c68184
commit ee1cae496a

View File

@ -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: