]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - shared/models/videos/video-privacy.enum.ts
Share playlists state
[github/Chocobozzz/PeerTube.git] / shared / models / videos / video-privacy.enum.ts
CommitLineData
fd45e8f4
C
1export enum VideoPrivacy {
2 PUBLIC = 1,
3 UNLISTED = 2,
22a73cb8
C
4 PRIVATE = 3,
5 INTERNAL = 4
fd45e8f4 6}