Skip to content

Commit

Permalink
Merge pull request #33 from antiss11/master
Browse files Browse the repository at this point in the history
Add pdf+zip mime type
  • Loading branch information
ynhhoJ authored Sep 13, 2022
2 parents 4b55bb9 + 1d679a7 commit a7ac1ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/flibustaOpdsApiHelper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ class FlibustaOpdsApiHelper {
'application/rtf+zip',
'application/txt+zip',
'application/x-mobipocket-ebook',
'application/pdf+zip',
]);

private static getAuthorsFromOpdsEntry(authors: OpdsEntryAuthor): Array<Author> {
Expand Down

0 comments on commit a7ac1ed

Please sign in to comment.