]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/models/videos/video-query.type.ts
Add ability to list all local videos
[github/Chocobozzz/PeerTube.git] / shared / models / videos / video-query.type.ts
index ff0f527f3f9a19f576a19effc04578d6aa53596a..f76a91aad1062c49d2d96399e3017cc2415f1b36 100644 (file)
@@ -1 +1 @@
-export type VideoFilter = 'local'
+export type VideoFilter = 'local' | 'all-local'