Added supported video file extensions to bookmarklet
This commit is contained in:
parent
9ba6e3f7db
commit
b10144492a
@ -228,6 +228,7 @@ class UploadTheme extends Themelet {
|
|||||||
if(class_exists("ICOFileHandler")){$supported_ext .= " ico ani cur";}
|
if(class_exists("ICOFileHandler")){$supported_ext .= " ico ani cur";}
|
||||||
if(class_exists("MP3FileHandler")){$supported_ext .= " mp3";}
|
if(class_exists("MP3FileHandler")){$supported_ext .= " mp3";}
|
||||||
if(class_exists("SVGFileHandler")){$supported_ext .= " svg";}
|
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');
|
$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
|
// CA=0: Ask to use current or new tags | CA=1: Always use current tags | CA=2: Always use new tags
|
||||||
$html .= '<p><a href="javascript:
|
$html .= '<p><a href="javascript:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user