Specify the type of covr.

This commit is contained in:
Daniele Sluijters 2011-04-10 16:26:39 +02:00
parent 00c5a275a4
commit b67e24fa81

View file

@ -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')
)