Skip to content

Commit

Permalink
Update mediafile to 0.13.0 (#5494)
Browse files Browse the repository at this point in the history
Fixes #5420.
  • Loading branch information
snejus authored Nov 15, 2024
2 parents de171f0 + 5a3cace commit 6a7efdf
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 5 deletions.
2 changes: 1 addition & 1 deletion beets/test/helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -900,7 +900,7 @@ def run(self, *args, **kwargs):
super().run(*args, **kwargs)

IMAGEHEADER = {
"image/jpeg": b"\x00" * 6 + b"JFIF",
"image/jpeg": b"\xff\xd8\xff" + b"\x00" * 3 + b"JFIF",
"image/png": b"\211PNG\r\n\032\n",
}

Expand Down
19 changes: 15 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6a7efdf

Please sign in to comment.