added delete option for youtube-dl download;added options for copying links;
This commit is contained in:
@@ -46,7 +46,7 @@ class torrentSearch
|
||||
if (!$value) {
|
||||
continue;
|
||||
}
|
||||
$value['actions'][] = array("name" => 'download', 'path' => '/index.php/apps/ncdownloader/new');
|
||||
$value['actions'] = [["name" => 'download', 'path' => '/index.php/apps/ncdownloader/new'], ['name' => 'clipboard']];
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user