diff options
author | Chocobozzz <me@florianbigard.com> | 2020-02-07 10:27:16 +0100 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2020-02-10 16:39:28 +0100 |
commit | f77eb73b5e02bed9e223dafc1c203ceb7c05b6e5 (patch) | |
tree | 59254014331acfb26000484358836acf203f091e /client/src/app/shared/video-import | |
parent | a2479503519734a073b81969cd0223ebd4760dce (diff) | |
download | PeerTube-f77eb73b5e02bed9e223dafc1c203ceb7c05b6e5.tar.gz PeerTube-f77eb73b5e02bed9e223dafc1c203ceb7c05b6e5.tar.zst PeerTube-f77eb73b5e02bed9e223dafc1c203ceb7c05b6e5.zip |
Fix angular 9 build
Diffstat (limited to 'client/src/app/shared/video-import')
-rw-r--r-- | client/src/app/shared/video-import/video-import.service.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/shared/video-import/video-import.service.ts b/client/src/app/shared/video-import/video-import.service.ts index 3e3fb7dfb..afd9e3fb5 100644 --- a/client/src/app/shared/video-import/video-import.service.ts +++ b/client/src/app/shared/video-import/video-import.service.ts | |||
@@ -9,7 +9,7 @@ import { VideoImportCreate, VideoUpdate } from '../../../../../shared/models/vid | |||
9 | import { objectToFormData } from '@app/shared/misc/utils' | 9 | import { objectToFormData } from '@app/shared/misc/utils' |
10 | import { ResultList } from '../../../../../shared/models/result-list.model' | 10 | import { ResultList } from '../../../../../shared/models/result-list.model' |
11 | import { UserService } from '@app/shared/users/user.service' | 11 | import { UserService } from '@app/shared/users/user.service' |
12 | import { SortMeta } from 'primeng/components/common/sortmeta' | 12 | import { SortMeta } from 'primeng/api' |
13 | import { RestPagination } from '@app/shared/rest' | 13 | import { RestPagination } from '@app/shared/rest' |
14 | import { ServerService } from '@app/core' | 14 | import { ServerService } from '@app/core' |
15 | 15 | ||