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