]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - shared/models/videos/import/video-import-state.enum.ts
Add nth abuse count for a given video, add reporter/reportee reports stats
[github/Chocobozzz/PeerTube.git] / shared / models / videos / import / video-import-state.enum.ts
1 export enum VideoImportState {
2 PENDING = 1,
3 SUCCESS = 2,
4 FAILED = 3
5 }