mirror of
https://github.com/simon987/sist2.git
synced 2025-12-11 14:38:54 +00:00
cbz fix
This commit is contained in:
@@ -129,6 +129,7 @@ function createDocCard(hit) {
|
||||
});
|
||||
} else if ((hit["_source"].hasOwnProperty("width") && hit["_source"]["width"] > 20 && hit["_source"]["height"] > 20)
|
||||
|| hit["_source"]["mime"] === "application/pdf"
|
||||
|| hit["_source"]["mime"] === "application/x-cbz"
|
||||
|| hit["_source"].hasOwnProperty("font_name")
|
||||
) {
|
||||
thumbnail = document.createElement("img");
|
||||
|
||||
Reference in New Issue
Block a user