Add DJVU MIME type to OPDS browser (#5982)

pull/5984/head
Sergey Avseyev 4 years ago committed by GitHub
parent 593d7706ec
commit 7a0fe89ab7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -55,6 +55,7 @@ local OPDSBrowser = Menu:extend{
["application/x-mobi8-ebook"] = "AZW3",
["application/x-cbz"] = "CBZ",
["application/x-cbr"] = "CBR",
["application/djvu"] = "DJVU",
},
width = Screen:getWidth(),

Loading…
Cancel
Save