This website requires JavaScript.
Explore
Help
Sign In
interesting
/
PeerTube
mirror of
https://github.com/Chocobozzz/PeerTube.git
Watch
1
Star
0
Fork
You've already forked PeerTube
0
Code
Issues
Projects
Releases
Wiki
Activity
583eb04b54
PeerTube
/
shared
/
models
/
videos
/
video-privacy.enum.ts
7 lines
89 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Add video privacy setting
2017-10-31 05:52:52 -05:00
export
enum
VideoPrivacy
{
PUBLIC
=
1
,
UNLISTED
=
2
,
Add internal privacy mode
2019-12-12 08:47:47 -06:00
PRIVATE
=
3
,
INTERNAL
=
4
Add video privacy setting
2017-10-31 05:52:52 -05:00
}