]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/models/videos/video-include.enum.ts
Add video file size info in admin videos list
[github/Chocobozzz/PeerTube.git] / shared / models / videos / video-include.enum.ts
index fa720b34897bdbb68c277283a71b41bebd393604..72fa8cd301de9087e60b3a40c56dec813adb1712 100644 (file)
@@ -3,5 +3,6 @@ export const enum VideoInclude {
   NOT_PUBLISHED_STATE = 1 << 0,
   HIDDEN_PRIVACY = 1 << 1,
   BLACKLISTED = 1 << 2,
-  BLOCKED_OWNER = 1 << 3
+  BLOCKED_OWNER = 1 << 3,
+  FILES = 1 << 4
 }