]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Save
authorChocobozzz <me@florianbigard.com>
Fri, 23 Oct 2020 09:45:55 +0000 (11:45 +0200)
committerChocobozzz <chocobozzz@cpy.re>
Mon, 9 Nov 2020 14:33:04 +0000 (15:33 +0100)
server/models/video/video-live.ts

index a1dd80d3c74bfe0d9cb6e5ce12f221ed2ad707e7..0e229de6ab0c946d7cb6c1015999c8e7610808ed 100644 (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