mirror of
https://github.com/beetbox/beets.git
synced 2025-12-14 04:23:56 +01:00
Specify the type of covr.
This commit is contained in:
parent
00c5a275a4
commit
b67e24fa81
1 changed files with 1 additions and 1 deletions
|
|
@ -685,7 +685,7 @@ class MediaFile(object):
|
|||
)
|
||||
albumart_data = MediaField(
|
||||
mp3 = StorageStyple('APIC', data=u''),
|
||||
mp4 = StorageStyle('covr'),
|
||||
mp4 = StorageStyle('covr', as_type=str),
|
||||
etc = StorageStyle('picture')
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue