This commit is contained in:
simon987 2020-08-16 19:17:49 -04:00
parent 1c898640cf
commit 4589f3bde7
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"] !== "avi" &&
videoc !== "hevc" &&
videoc !== "mpeg1video" &&
videoc !== "mpeg2video" &&
videoc !== "wmv3";
}

File diff suppressed because one or more lines are too long