X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=shared%2Fmodels%2Fvideos%2Fvideo-query.type.ts;h=e641a401c9d16fb285a66e80a3583832b7f4fbec;hb=a786d8a08bf99f339bf16808f46e160404497ae2;hp=f76a91aad1062c49d2d96399e3017cc2415f1b36;hpb=be0f59b4eec3c2c4dcd151e2b174be39dff1568e;p=github%2FChocobozzz%2FPeerTube.git diff --git a/shared/models/videos/video-query.type.ts b/shared/models/videos/video-query.type.ts index f76a91aad..e641a401c 100644 --- a/shared/models/videos/video-query.type.ts +++ b/shared/models/videos/video-query.type.ts @@ -1 +1 @@ -export type VideoFilter = 'local' | 'all-local' +export type VideoFilter = 'local' | 'all-local' | 'all'