]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/models/server/job.model.ts
Add creation reason
[github/Chocobozzz/PeerTube.git] / shared / models / server / job.model.ts
index 4046297c47b1d6060b9196a68069b8b69cce5598..1b9aa8a0718d123465758296d39b7a68e74ec241 100644 (file)
@@ -5,10 +5,11 @@ export type JobType = 'activitypub-http-unicast' |
   'activitypub-http-fetcher' |
   'activitypub-follow' |
   'video-file-import' |
-  'video-file' |
+  'video-transcoding' |
   'email' |
   'video-import' |
-  'videos-views'
+  'videos-views' |
+  'activitypub-refresher'
 
 export interface Job {
   id: number