mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 09:49:28 +02:00
Auto create a playlist when bulk embed
This commit is contained in:
parent
3b708cabe3
commit
48fbf02474
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ if (empty($objo) || ($objo->onlyAdminCanBulkEmbed && !User::isAdmin())) {
|
||||||
$playList = new PlayList(0);
|
$playList = new PlayList(0);
|
||||||
$playList->loadFromName($_POST['playListName']);
|
$playList->loadFromName($_POST['playListName']);
|
||||||
$playList->setName($_POST['playListName']);
|
$playList->setName($_POST['playListName']);
|
||||||
$playList->setStatus('p');
|
$playList->setStatus('private');
|
||||||
$obj->playListId = $playList->save();
|
$obj->playListId = $playList->save();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue