Skip to content

Commit

Permalink
feat(set_mp3_meta_data): update publisher logo to new FLP logo
Browse files Browse the repository at this point in the history
  • Loading branch information
grossir committed Jul 5, 2024
1 parent 0d34837 commit f450908
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file added doctor/assets/producer-210x210.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed doctor/assets/producer-300x300.png
Binary file not shown.
2 changes: 1 addition & 1 deletion doctor/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ def set_mp3_meta_data(
flp_image_frames.remove(3)

for frame in flp_image_frames:
cover_art_fp = os.path.join(assets_dir, "producer-300x300.png")
cover_art_fp = os.path.join(assets_dir, "producer-210x210.png")
with open(cover_art_fp, "rb") as cover_art:
audio_file.tag.images.set(
frame,
Expand Down

0 comments on commit f450908

Please sign in to comment.