Skip to content

Commit

Permalink
feat: added more decompress mime type
Browse files Browse the repository at this point in the history
  • Loading branch information
mbret committed Jul 28, 2024
1 parent 395fac0 commit be8a912
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/api/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export const METADATA_EXTRACTOR_SUPPORTED_EXTENSIONS = [
"application/x-cbz",
"application/epub+zip",
"application/zip",
"application/x-zip-compressed",
"application/x-rar"
]
export const COVER_ALLOWED_EXT = [".jpg", ".jpeg", ".png"]
Expand Down

0 comments on commit be8a912

Please sign in to comment.