]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - shared/models/videos/live/live-video-update.model.ts
Add ability to save live replay
[github/Chocobozzz/PeerTube.git] / shared / models / videos / live / live-video-update.model.ts
CommitLineData
b5b68755
C
1export interface LiveVideoUpdate {
2 saveReplay?: boolean
3}