From 7a0fe89ab70620bc1cb13f2ff456d8f17cfe5cc2 Mon Sep 17 00:00:00 2001 From: Sergey Avseyev Date: Fri, 20 Mar 2020 08:18:16 +0000 Subject: [PATCH] Add DJVU MIME type to OPDS browser (#5982) --- frontend/ui/widget/opdsbrowser.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/ui/widget/opdsbrowser.lua b/frontend/ui/widget/opdsbrowser.lua index 66c32be3b..44e6516a9 100644 --- a/frontend/ui/widget/opdsbrowser.lua +++ b/frontend/ui/widget/opdsbrowser.lua @@ -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(),