Add additional MIME types to OPDS Browser (#5940)

added a few new mime types to the OPDS browser as a temporary workaround for #5478
This commit is contained in:
Jon
2020-03-13 07:18:46 -04:00
committed by GitHub
parent ad0a7ed3a5
commit d65f2c8367

View File

@@ -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(),