Skip to content

Commit

Permalink
Merge pull request #610 from JoshWVS/save-flac-after-embedding-image
Browse files Browse the repository at this point in the history
Save FLAC file after embedding cover art
  • Loading branch information
MerlijnWajer authored Apr 1, 2024
2 parents 6ad681a + 098af47 commit 5325328
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions whipper/common/encode.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,5 +157,6 @@ def _embed_picture(self):
if flac_pic:
w = FLAC(self.track_path)
w.add_picture(flac_pic)
w.save()

self.stop()

0 comments on commit 5325328

Please sign in to comment.