]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/controllers/api/jobs.ts
Fix audio transcoding with video only file
[github/Chocobozzz/PeerTube.git] / server / controllers / api / jobs.ts
index 9e333322b2a479a9c4ffd632c23d35fa0462b09f..eebd195b0e0a603857a933d8e780159fd42af724 100644 (file)
@@ -1,7 +1,5 @@
-import * as express from 'express'
-import { ResultList } from '../../../shared'
-import { Job, JobState, JobType } from '../../../shared/models'
-import { UserRight } from '../../../shared/models/users'
+import express from 'express'
+import { Job, JobState, JobType, ResultList, UserRight } from '@shared/models'
 import { isArray } from '../../helpers/custom-validators/misc'
 import { JobQueue } from '../../lib/job-queue'
 import {