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

@@ -165,7 +165,7 @@ describe('Test config API validators', function () {
trending: {
videos: {
algorithms: {
enabled: [ 'best', 'hot', 'most-viewed', 'most-liked' ],
enabled: [ 'hot', 'most-viewed', 'most-liked' ],
default: 'most-viewed'
}
}

View File

@@ -367,7 +367,7 @@ const newCustomConfig: CustomConfig = {
trending: {
videos: {
algorithms: {
enabled: [ 'best', 'hot', 'most-viewed', 'most-liked' ],
enabled: [ 'hot', 'most-viewed', 'most-liked' ],
default: 'hot'
}
}