diff --git a/vrobbler/apps/music/models.py b/vrobbler/apps/music/models.py index 17a0870..c05af46 100644 --- a/vrobbler/apps/music/models.py +++ b/vrobbler/apps/music/models.py @@ -395,7 +395,7 @@ class Track(ScrobblableMixin): url = "" if self.artist.thumbnail: url = self.artist.thumbnail.url - if self.album and self.album.cover_image.url: + if self.album and self.album.cover_image: url = self.album.cover_image.url return url