From ee1cae496a38155afe17ebd95f23ccdfbd455e8b Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Thu, 11 Sep 2025 09:08:14 -0400 Subject: [PATCH] [music] Back and forth ... let us not use album name --- vrobbler/apps/music/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: