mirror of
https://github.com/fergalmoran/picard.git
synced 2026-02-28 10:33:59 +00:00
CaaCoverArtImage: describe thumbnail and is_thumbnail
This commit is contained in:
@@ -324,7 +324,9 @@ class CaaCoverArtImage(CoverArtImage):
|
||||
CoverArtImage.__init__(self, url=url, types=types, comment=comment,
|
||||
data=data)
|
||||
self.is_front = is_front
|
||||
# thumbnail is used to link to another CaaCoverArtImage, ie. for PDFs
|
||||
self.thumbnail = None
|
||||
# is_thumbnail set to True prevents the image to be added to metadata
|
||||
self.is_thumbnail = False
|
||||
|
||||
class TagCoverArtImage(CoverArtImage):
|
||||
|
||||
Reference in New Issue
Block a user