mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 09:49:20 +02:00
Use new plugin index sort and recommended tags
This commit is contained in:
parent
fe37e5232b
commit
b6b50bf0b4
4 changed files with 8 additions and 3 deletions
|
@ -124,7 +124,7 @@ const SORTABLE_COLUMNS = {
|
|||
|
||||
PLUGINS: [ 'name', 'createdAt', 'updatedAt' ],
|
||||
|
||||
AVAILABLE_PLUGINS: [ 'npmName', 'popularity' ],
|
||||
AVAILABLE_PLUGINS: [ 'npmName', 'popularity', 'trending' ],
|
||||
|
||||
VIDEO_REDUNDANCIES: [ 'name' ]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue