[music] Back and forth ... let us not use album name
This commit is contained in:
@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user