diff options
Diffstat (limited to 'shared/server-commands/videos')
-rw-r--r-- | shared/server-commands/videos/live-command.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shared/server-commands/videos/live-command.ts b/shared/server-commands/videos/live-command.ts index 4541465ba..3273e3a8f 100644 --- a/shared/server-commands/videos/live-command.ts +++ b/shared/server-commands/videos/live-command.ts | |||
@@ -130,6 +130,7 @@ export class LiveCommand extends AbstractCommand { | |||
130 | name: 'live', | 130 | name: 'live', |
131 | permanentLive, | 131 | permanentLive, |
132 | saveReplay, | 132 | saveReplay, |
133 | replaySettings: { privacy }, | ||
133 | channelId: this.server.store.channel.id, | 134 | channelId: this.server.store.channel.id, |
134 | privacy | 135 | privacy |
135 | } | 136 | } |