aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-06-03 14:32:44 +0200
committerChocobozzz <me@florianbigard.com>2022-06-03 14:32:44 +0200
commite771ff815dba3b4a95633f4e1e10dacd222dfe61 (patch)
tree9e1909e1fff3c602ac894b43dbf72316aca62b70 /shared
parent8a2166c9bfa452ce707740d99c64d668cd7cedce (diff)
parent62f53731cf807562ba885b180e71bb75b3902443 (diff)
downloadPeerTube-e771ff815dba3b4a95633f4e1e10dacd222dfe61.tar.gz
PeerTube-e771ff815dba3b4a95633f4e1e10dacd222dfe61.tar.zst
PeerTube-e771ff815dba3b4a95633f4e1e10dacd222dfe61.zip
Merge branch 'release/4.2.0' into develop
Diffstat (limited to 'shared')
-rw-r--r--shared/server-commands/server/config-command.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/server-commands/server/config-command.ts b/shared/server-commands/server/config-command.ts
index ed4961bc3..5320dead4 100644
--- a/shared/server-commands/server/config-command.ts
+++ b/shared/server-commands/server/config-command.ts
@@ -356,7 +356,7 @@ export class ConfigCommand extends AbstractCommand {
356 trending: { 356 trending: {
357 videos: { 357 videos: {
358 algorithms: { 358 algorithms: {
359 enabled: [ 'best', 'hot', 'most-viewed', 'most-liked' ], 359 enabled: [ 'hot', 'most-viewed', 'most-liked' ],
360 default: 'hot' 360 default: 'hot'
361 } 361 }
362 } 362 }