]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - shared/models/videos/thumbnail.type.ts
Share playlists state
[github/Chocobozzz/PeerTube.git] / shared / models / videos / thumbnail.type.ts
1 export enum ThumbnailType {
2 MINIATURE = 1,
3 PREVIEW = 2
4 }