This commit is contained in:
simon987 2020-08-16 19:17:49 -04:00
parent 8839e34d6e
commit 6bbfb32f69
2 changed files with 2 additions and 1 deletions

View File

@ -75,6 +75,7 @@ function shouldPlayVideo(hit) {
hit["_source"]["extension"] !== "mkv" && hit["_source"]["extension"] !== "mkv" &&
hit["_source"]["extension"] !== "avi" && hit["_source"]["extension"] !== "avi" &&
videoc !== "hevc" && videoc !== "hevc" &&
videoc !== "mpeg1video" &&
videoc !== "mpeg2video" && videoc !== "mpeg2video" &&
videoc !== "wmv3"; videoc !== "wmv3";
} }

File diff suppressed because one or more lines are too long