FLAC: set cover type to Front (3) and clear existing pictures (#190)

Co-authored-by: SC <SC>
This commit is contained in:
copey02
2025-11-05 11:59:53 -06:00
committed by GitHub
parent 3fdbdb5500
commit c255d42283
+2
View File
@@ -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 + (