Completely remove best default trending algorithm

This commit is contained in:
Chocobozzz
2022-06-03 14:04:52 +02:00
parent c8fdfab0e3
commit 010382b603
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'
}
}