Merge branch 'master' of https://github.com/jlefley/beets into jlefley-master

This commit is contained in:
Adrian Sampson 2014-02-23 12:11:00 -08:00
commit 6ab2dc4940

View file

@ -815,6 +815,7 @@ class ImageField(object):
if val is not None:
pic = mutagen.flac.Picture()
pic.data = val
pic.type = 3 # Front cover.
pic.mime = self._mime(val)
obj.mgfile.add_picture(pic)