]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - live-video-update.model.ts
a39c44797cdd6ca3f4cfb1fb8566f32b467e8ff5
[github/Chocobozzz/PeerTube.git] / live-video-update.model.ts
1 export interface LiveVideoUpdate {
2 permanentLive?: boolean
3 saveReplay?: boolean
4 }