Skip to content

Commit

Permalink
Add a comment about CoverArt.release attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
zas committed Sep 20, 2023
1 parent e464f80 commit 8924f7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion picard/coverart/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def __init__(self, album, metadata, release):
self._queue_new()
self.album = album
self.metadata = metadata
self.release = release
self.release = release # not used in this class, but used by providers
self.front_image_found = False

def __repr__(self):
Expand Down

0 comments on commit 8924f7f

Please sign in to comment.