]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - shared/models/videos/video-privacy.enum.ts
Add internal privacy mode
[github/Chocobozzz/PeerTube.git] / shared / models / videos / video-privacy.enum.ts
1 export enum VideoPrivacy {
2 PUBLIC = 1,
3 UNLISTED = 2,
4 PRIVATE = 3,
5 INTERNAL = 4
6 }