fix duplicate variables in public/index.js

This commit is contained in:
Wavering Ana 2023-12-25 19:02:42 -05:00 committed by GitHub
parent bd30f3ec85
commit c217fb8d65
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -302,23 +302,3 @@ function refreshMediaList(files) {
}
});
}
const videoExtensions = [
".mp4",
".mov",
".avi",
".flv",
".mkv",
".wmv",
".webm",
];
const imageExtensions = [
".jpg",
".jpeg",
".png",
".gif",
".bmp",
".svg",
".tiff",
".webp",
];