From d65f2c83678874308e98faf1c6654d215897fd03 Mon Sep 17 00:00:00 2001 From: Jon Date: Fri, 13 Mar 2020 07:18:46 -0400 Subject: [PATCH] Add additional MIME types to OPDS Browser (#5940) added a few new mime types to the OPDS browser as a temporary workaround for #5478 --- frontend/ui/widget/opdsbrowser.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/ui/widget/opdsbrowser.lua b/frontend/ui/widget/opdsbrowser.lua index 5188f0934..66c32be3b 100644 --- a/frontend/ui/widget/opdsbrowser.lua +++ b/frontend/ui/widget/opdsbrowser.lua @@ -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(),