1
0
Fork 0
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:
Chocobozzz 2023-12-13 15:50:34 +01:00
parent fe37e5232b
commit b6b50bf0b4
No known key found for this signature in database
GPG key ID: 583A612D890159BE
4 changed files with 8 additions and 3 deletions

View file

@ -124,7 +124,7 @@ const SORTABLE_COLUMNS = {
PLUGINS: [ 'name', 'createdAt', 'updatedAt' ],
AVAILABLE_PLUGINS: [ 'npmName', 'popularity' ],
AVAILABLE_PLUGINS: [ 'npmName', 'popularity', 'trending' ],
VIDEO_REDUNDANCIES: [ 'name' ]
}