X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=shared%2Fmodels%2Fvideos%2Fvideo-query.type.ts;h=e641a401c9d16fb285a66e80a3583832b7f4fbec;hb=5b1a6d45b5d6e50102e1c7c8c845401b76b11b4d;hp=f76a91aad1062c49d2d96399e3017cc2415f1b36;hpb=88108880bbdba473cfe36ecbebc1c3c4f972e102;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'