mirror of
https://github.com/sist2app/sist2.git
synced 2026-01-22 02:31:52 +00:00
RAW picture file support
This commit is contained in:
@@ -87,6 +87,7 @@ function shouldDisplayRawImage(hit) {
|
||||
hit["_source"]["mime"] &&
|
||||
!hit["_source"]["parent"] &&
|
||||
hit["_source"]["videoc"] !== "tiff" &&
|
||||
hit["_source"]["videoc"] !== "raw" &&
|
||||
hit["_source"]["videoc"] !== "ppm";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user