mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 19:42:24 +02:00
Add ability to save live replay
This commit is contained in:
parent
ef680f6835
commit
b5b687550d
28 changed files with 356 additions and 111 deletions
5
shared/models/videos/live/live-video-create.model.ts
Normal file
5
shared/models/videos/live/live-video-create.model.ts
Normal file
|
@ -0,0 +1,5 @@
|
|||
import { VideoCreate } from '../video-create.model'
|
||||
|
||||
export interface LiveVideoCreate extends VideoCreate {
|
||||
saveReplay?: boolean
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue