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:
parent
822d6361a4
commit
7f7ee26b9b
8 changed files with 285 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue