mirror of
https://github.com/koreader/koreader
synced 2024-11-10 01:10:34 +00:00
20813cab53
A typo snuck in #11492, which should've read `not type(article.mimetype) == "string" or type(article.mimetype) == "string" and not article.mimetype:find("^text/html")`. But in most cases the behavior would've been identically broken because of the same underlying issue: Wallabag mimetype is actually HTTP content-type. Fixes #11528. Also introduces a new setting associated with the behavior in case people have different preferences. |
||
---|---|---|
.. | ||
_meta.lua | ||
main.lua |