]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - shared/models/videos/video-storage.enum.ts
Fix plugin settings manager definition
[github/Chocobozzz/PeerTube.git] / shared / models / videos / video-storage.enum.ts
1 export const enum VideoStorage {
2 FILE_SYSTEM,
3 OBJECT_STORAGE,
4 }