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:
parent
c8fdfab0e3
commit
010382b603
7 changed files with 8 additions and 5 deletions
|
@ -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'
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue