]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - 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
1 export interface LiveVideoUpdate {
2 saveReplay?: boolean
3 }