mirror of
https://github.com/fergalmoran/picard.git
synced 2026-05-05 02:26:11 +00:00
Add a comment about CoverArt.release attribute
This commit is contained in:
@@ -49,7 +49,7 @@ class CoverArt:
|
||||
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):
|
||||
|
||||
Reference in New Issue
Block a user