X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=shared%2Fmodels%2Fvideos%2Fthumbnail.type.ts;h=d6c2bef7b6124d3e3e8228d4ad0571400b512a32;hb=7cd1b12c19d0589d1d692ed0571ca0800f028aea;hp=317b4db43e02740440ad910bc21ad0518bb9906b;hpb=e8bafea35bc930cb8ac5b2d521a188642a1adffe;p=github%2FChocobozzz%2FPeerTube.git diff --git a/shared/models/videos/thumbnail.type.ts b/shared/models/videos/thumbnail.type.ts index 317b4db43..d6c2bef7b 100644 --- a/shared/models/videos/thumbnail.type.ts +++ b/shared/models/videos/thumbnail.type.ts @@ -1,4 +1,4 @@ export enum ThumbnailType { - THUMBNAIL = 1, + MINIATURE = 1, PREVIEW = 2 }