Skip to content

Commit

Permalink
feat: added more mime type
Browse files Browse the repository at this point in the history
  • Loading branch information
mbret committed Jul 28, 2024
1 parent 1dcdf7c commit 8700155
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/shared/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ export const READER_ACCEPTED_EXTENSIONS = {
"text/plain": [".txt"],
"application/x-cbz": [".cbz"],
"application/zip": [".epub", ".zip"],
"application/x-zip-compressed": [".epub", ".zip"],
"application/epub+zip": [".epub", ".zip"],
"application/x-cbr": [".cbr"],
"application/x-rar": [".cbr"]
Expand Down

0 comments on commit 8700155

Please sign in to comment.