mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
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.