Skip to content

Commit

Permalink
Save FLAC file after embedding cover art
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Simpson <[email protected]>
  • Loading branch information
JoshWVS committed Mar 25, 2024
1 parent 6ad681a commit 098af47
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 098af47

Please sign in to comment.