This website requires JavaScript.
Explore
Help
Sign In
OpenCloud
/
PeerTube
mirror of
https://github.com/Chocobozzz/PeerTube
Watch
1
Star
0
Fork
You've already forked PeerTube
0
Code
Issues
Releases
Wiki
Activity
c2ecfe82b7
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 14:58:01 +02:00
export
const
enum
VideoPlaylistPrivacy
{
Playlist server API
2019-02-26 10:55:40 +01:00
PUBLIC
=
1
,
UNLISTED
=
2
,
PRIVATE
=
3
}