drag & drop for playlisteditor
This commit is contained in:
parent
49f5cb85fa
commit
f7745e6f59
5 changed files with 192 additions and 142 deletions
|
@ -231,6 +231,11 @@ switch($_REQUEST['act']){
|
|||
$uiHandler->PLAYLIST->setReturn();
|
||||
break;
|
||||
|
||||
case "PL.reArrange":
|
||||
$uiHandler->PLAYLIST->reOrder($_REQUEST['pl_items']);
|
||||
$uiHandler->PLAYLIST->setReload();
|
||||
break;
|
||||
|
||||
case "PL.editMetaData":
|
||||
$uiHandler->PLAYLIST->editMetaData($_REQUEST);
|
||||
$uiHandler->SCRATCHPAD->addItem($_REQUEST['id']);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue