Add additional MIME types to OPDS Browser (#5940)

added a few new mime types to the OPDS browser as a temporary workaround for #5478
reviewable/pr5947/r1 v2020.03.2
Jon 4 years ago committed by GitHub
parent ad0a7ed3a5
commit d65f2c8367
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -53,6 +53,8 @@ local OPDSBrowser = Menu:extend{
["text/plain"] = "TXT",
["application/x-mobipocket-ebook"] = "MOBI",
["application/x-mobi8-ebook"] = "AZW3",
["application/x-cbz"] = "CBZ",
["application/x-cbr"] = "CBR",
},
width = Screen:getWidth(),

Loading…
Cancel
Save