]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - shared/models/videos/playlist/video-playlist-type.model.ts
Support two factor authentication in backend
[github/Chocobozzz/PeerTube.git] / shared / models / videos / playlist / video-playlist-type.model.ts
CommitLineData
bd45d503 1export const enum VideoPlaylistType {
df0b219d
C
2 REGULAR = 1,
3 WATCH_LATER = 2
4}