mirror of
https://github.com/oskvr37/tiddl.git
synced 2026-06-13 04:05:08 +03:00
FLAC: set cover type to Front (3) and clear existing pictures (#190)
Co-authored-by: SC <SC>
This commit is contained in:
@@ -38,6 +38,8 @@ def addMetadata(
|
||||
picture = Picture()
|
||||
picture.data = cover_data
|
||||
picture.mime = "image/jpeg"
|
||||
picture.type = 3
|
||||
metadata.clear_pictures()
|
||||
metadata.add_picture(picture)
|
||||
|
||||
metadata["TITLE"] = track.title + (
|
||||
|
||||
Reference in New Issue
Block a user