mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 12:07:23 +08:00
[admin] torrent add more bulk action
This commit is contained in:
@@ -76,4 +76,9 @@ return [
|
||||
'logs_label' => 'Approval logs'
|
||||
],
|
||||
'show_hide_media_info' => 'Show/Hide raw MediaInfo',
|
||||
'promotion_time_types' => [
|
||||
\App\Models\Torrent::PROMOTION_TIME_TYPE_GLOBAL => 'Global',
|
||||
\App\Models\Torrent::PROMOTION_TIME_TYPE_PERMANENT => 'Permanent',
|
||||
\App\Models\Torrent::PROMOTION_TIME_TYPE_DEADLINE => 'Until',
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user