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
72cbfc5695
PeerTube
/
shared
/
models
/
videos
/
playlist
/
video-playlist-privacy.mode...
6 lines
87 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Reorganize shared models
2020-08-06 07:58:01 -05:00
export
const
enum
VideoPlaylistPrivacy
{
Playlist server API
2019-02-26 03:55:40 -06:00
PUBLIC
=
1
,
UNLISTED
=
2
,
PRIVATE
=
3
}