This commit is contained in:
Chocobozzz 2020-10-23 11:45:55 +02:00 committed by Chocobozzz
parent fb7194043d
commit ef680f6835

View File

@ -34,10 +34,6 @@ export class VideoLiveModel extends Model<VideoLiveModel> {
@Column(DataType.STRING)
streamKey: string
@AllowNull(false)
@Column
perpetualLive: boolean
@AllowNull(false)
@Column
saveReplay: boolean