Save
This commit is contained in:
parent
fb7194043d
commit
ef680f6835
1 changed files with 0 additions and 4 deletions
|
@ -34,10 +34,6 @@ export class VideoLiveModel extends Model<VideoLiveModel> {
|
||||||
@Column(DataType.STRING)
|
@Column(DataType.STRING)
|
||||||
streamKey: string
|
streamKey: string
|
||||||
|
|
||||||
@AllowNull(false)
|
|
||||||
@Column
|
|
||||||
perpetualLive: boolean
|
|
||||||
|
|
||||||
@AllowNull(false)
|
@AllowNull(false)
|
||||||
@Column
|
@Column
|
||||||
saveReplay: boolean
|
saveReplay: boolean
|
||||||
|
|
Loading…
Reference in a new issue