Skip to content

Commit

Permalink
Bring back image/jpg to cover manager (#3746)
Browse files Browse the repository at this point in the history
  • Loading branch information
toots authored Feb 14, 2024
1 parent 8ae85b0 commit 0d8e6ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/libs/extra/metadata.liq
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ def file.cover.manager(
~id=null(),
~mime_types=[
("image/gif", "gif"),
("image/jpg", "jpeg"),
("image/jpeg", "jpeg"),
("image/png", "png"),
("image/webp", "webp")
Expand Down
1 change: 1 addition & 0 deletions src/libs/extra/video.liq
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ def video.add_cover(
~y=getter(0),
~mime_types=[
("image/gif", "gif"),
("image/jpg", "jpeg"),
("image/jpeg", "jpeg"),
("image/png", "png"),
("image/webp", "webp")
Expand Down

0 comments on commit 0d8e6ee

Please sign in to comment.