X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Fmodels%2Fvideo%2Fvideo-live.ts;h=345918cb9d6e0dad4b5b8848ecad9e46d54d7750;hb=b5b687550d8ef8beafdf706e45d6556fb5f4c876;hp=0e229de6ab0c946d7cb6c1015999c8e7610808ed;hpb=ef680f68351ec10ab73a1131570a6d14ce14c195;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/models/video/video-live.ts b/server/models/video/video-live.ts index 0e229de6a..345918cb9 100644 --- a/server/models/video/video-live.ts +++ b/server/models/video/video-live.ts @@ -94,7 +94,8 @@ export class VideoLiveModel extends Model { toFormattedJSON (): LiveVideo { return { rtmpUrl: WEBSERVER.RTMP_URL, - streamKey: this.streamKey + streamKey: this.streamKey, + saveReplay: this.saveReplay } } }