1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-05 02:39:46 +02:00

Add an option for bulk import videos

This commit is contained in:
daniel 2018-05-18 15:51:37 -03:00
parent 822d6361a4
commit 7f7ee26b9b
8 changed files with 285 additions and 4 deletions

View file

@ -20,6 +20,7 @@ class CustomizeAdvanced extends PluginAbstract {
public function getEmptyDataObject() {
$obj = new stdClass();
$obj->doNotShowUploadMP4Button = true;
$obj->doNotShowImportMP4Button = false;
$obj->doNotShowEncoderButton = false;
$obj->doNotShowEmbedButton = false;
$obj->doNotShowEncoderResolutionLow = false;