X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=shared%2Fmodels%2Fvideos%2Fthumbnail.type.ts;h=6907b28027609581bb63425cf6c233e08ec2bc00;hb=d4a8e7a65f97bb3257facc13e1ae8ffdbad61ddb;hp=d6c2bef7b6124d3e3e8228d4ad0571400b512a32;hpb=97567dd81f508dd6295ac4d73d849aa2ce0a6549;p=github%2FChocobozzz%2FPeerTube.git diff --git a/shared/models/videos/thumbnail.type.ts b/shared/models/videos/thumbnail.type.ts index d6c2bef7b..6907b2802 100644 --- a/shared/models/videos/thumbnail.type.ts +++ b/shared/models/videos/thumbnail.type.ts @@ -1,4 +1,4 @@ -export enum ThumbnailType { +export const enum ThumbnailType { MINIATURE = 1, PREVIEW = 2 }