From b10144492a34acd73f454047a0f3fe1281a68a6b Mon Sep 17 00:00:00 2001 From: im-mi Date: Tue, 16 Aug 2016 11:28:16 -0400 Subject: [PATCH] Added supported video file extensions to bookmarklet --- ext/upload/theme.php | 1 + 1 file changed, 1 insertion(+) diff --git a/ext/upload/theme.php b/ext/upload/theme.php index 76c6e438..70c9cca6 100644 --- a/ext/upload/theme.php +++ b/ext/upload/theme.php @@ -228,6 +228,7 @@ class UploadTheme extends Themelet { if(class_exists("ICOFileHandler")){$supported_ext .= " ico ani cur";} if(class_exists("MP3FileHandler")){$supported_ext .= " mp3";} if(class_exists("SVGFileHandler")){$supported_ext .= " svg";} + if(class_exists("VideoFileHandler")){$supported_ext .= " flv mp4 ogv webm m4v";} $title = "Booru to " . $config->get_string('title'); // CA=0: Ask to use current or new tags | CA=1: Always use current tags | CA=2: Always use new tags $html .= '