mirror of
https://github.com/beetbox/beets.git
synced 2025-12-26 02:24:33 +01:00
Merge branch 'master' of https://github.com/jlefley/beets into jlefley-master
This commit is contained in:
commit
6ab2dc4940
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue