[feat] Add text/html to OPDSBrowser (#6335)

This commit is contained in:
Frans de Jonge
2020-06-30 17:37:08 +02:00
committed by GitHub
parent 4a3710b6d3
commit bb376fb16b

View File

@@ -50,6 +50,7 @@ local OPDSBrowser = Menu:extend{
["application/epub+zip"] = "EPUB",
["application/fb2+zip"] = "FB2",
["application/pdf"] = "PDF",
["text/html"] = "HTML",
["text/plain"] = "TXT",
["application/x-mobipocket-ebook"] = "MOBI",
["application/x-mobi8-ebook"] = "AZW3",