]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/models/job.model.ts
Add nsfw support in import-videos
[github/Chocobozzz/PeerTube.git] / shared / models / job.model.ts
index 1a25600f37b15b6029ad0c4f691ed02d445fa195..5ebb75a5c08ba74aed9172901c708b2d9032fd79 100644 (file)
@@ -3,7 +3,8 @@ export type JobState = 'active' | 'complete' | 'failed' | 'inactive' | 'delayed'
 export type JobType = 'activitypub-http-unicast' |
   'activitypub-http-broadcast' |
   'activitypub-http-fetcher' |
-  'video-file'
+  'video-file' |
+  'email'
 
 export interface Job {
   id: number