mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
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:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user