Revert "[Autocomplete] Remove mp4 from file type completion (#783)"

This reverts commit 10b9389c23.
This commit is contained in:
edshot99 2024-11-07 22:26:10 -06:00
parent fed0ddfc11
commit 10023a5585

View File

@ -364,10 +364,10 @@ Autocomplete.static_metatags = {
"any", "none"
],
filetype: [
"jpg", "png", "gif", "swf", "webm"
"jpg", "png", "gif", "swf", "webm", "mp4"
],
type: [
"jpg", "png", "gif", "swf", "webm"
"jpg", "png", "gif", "swf", "webm", "mp4"
],
}