diff options
Diffstat (limited to 'shared/extra-utils')
-rw-r--r-- | shared/extra-utils/server/config.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shared/extra-utils/server/config.ts b/shared/extra-utils/server/config.ts index 3606976bd..bb7e23d54 100644 --- a/shared/extra-utils/server/config.ts +++ b/shared/extra-utils/server/config.ts | |||
@@ -128,6 +128,8 @@ function updateCustomSubConfig (url: string, token: string, newConfig: DeepParti | |||
128 | }, | 128 | }, |
129 | live: { | 129 | live: { |
130 | enabled: true, | 130 | enabled: true, |
131 | allowReplay: false, | ||
132 | maxDuration: null, | ||
131 | transcoding: { | 133 | transcoding: { |
132 | enabled: true, | 134 | enabled: true, |
133 | threads: 4, | 135 | threads: 4, |