diff --git a/vrobbler/apps/music/models.py b/vrobbler/apps/music/models.py index 2fae82b..1ab2087 100644 --- a/vrobbler/apps/music/models.py +++ b/vrobbler/apps/music/models.py @@ -573,7 +573,7 @@ class Album(TimeStampedModel): alt_name = name album = Album.objects.filter( - name=found_name, musicbrainz_id=album_dict.get("mbid") + musicbrainz_id=album_dict.get("mbid") ).first() if not album: