1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-03 17:59:37 +02:00

Completely remove best default trending algorithm

This commit is contained in:
Chocobozzz 2022-06-03 14:04:52 +02:00
parent c8fdfab0e3
commit 010382b603
No known key found for this signature in database
GPG key ID: 583A612D890159BE
7 changed files with 8 additions and 5 deletions

View file

@ -356,7 +356,7 @@ export class ConfigCommand extends AbstractCommand {
trending: {
videos: {
algorithms: {
enabled: [ 'best', 'hot', 'most-viewed', 'most-liked' ],
enabled: [ 'hot', 'most-viewed', 'most-liked' ],
default: 'hot'
}
}