mirror of
https://github.com/simon987/sist2.git
synced 2025-12-20 02:26:08 +00:00
Better support for media files inside archives
This commit is contained in:
@@ -77,6 +77,7 @@ function shouldPlayVideo(hit) {
|
||||
|
||||
return mime &&
|
||||
mime.startsWith("video/") &&
|
||||
!("parent" in hit["_source"]) &&
|
||||
hit["_source"]["extension"] !== "mkv" &&
|
||||
hit["_source"]["extension"] !== "avi" &&
|
||||
videoc !== "hevc" &&
|
||||
|
||||
Reference in New Issue
Block a user