aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/extra-utils
diff options
context:
space:
mode:
Diffstat (limited to 'shared/extra-utils')
-rw-r--r--shared/extra-utils/server/config.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/extra-utils/server/config.ts b/shared/extra-utils/server/config.ts
index 8998da8b6..db5a473ca 100644
--- a/shared/extra-utils/server/config.ts
+++ b/shared/extra-utils/server/config.ts
@@ -164,7 +164,7 @@ function updateCustomSubConfig (url: string, token: string, newConfig: DeepParti
164 trending: { 164 trending: {
165 videos: { 165 videos: {
166 algorithms: { 166 algorithms: {
167 enabled: [ 'hot', 'most-viewed', 'most-liked' ], 167 enabled: [ 'best', 'hot', 'most-viewed', 'most-liked' ],
168 default: 'hot' 168 default: 'hot'
169 } 169 }
170 } 170 }