diff options
author | buoyantair <buoyantair@protonmail.com> | 2018-10-29 22:36:09 +0530 |
---|---|---|
committer | buoyantair <buoyantair@protonmail.com> | 2018-10-29 22:36:09 +0530 |
commit | d4681c0074ba51c62a3aeb9fb3f2cd071dd21e32 (patch) | |
tree | fc3b017b8ffaee175404bb9f0214724cdff0c5b4 /shared/utils/videos/videos.ts | |
parent | 9639bd175726b73f8fe664b5ced12a72407b1f0b (diff) | |
download | PeerTube-d4681c0074ba51c62a3aeb9fb3f2cd071dd21e32.tar.gz PeerTube-d4681c0074ba51c62a3aeb9fb3f2cd071dd21e32.tar.zst PeerTube-d4681c0074ba51c62a3aeb9fb3f2cd071dd21e32.zip |
Fix dependency issues
Diffstat (limited to 'shared/utils/videos/videos.ts')
-rw-r--r-- | shared/utils/videos/videos.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shared/utils/videos/videos.ts b/shared/utils/videos/videos.ts index 87c385f38..b3206e566 100644 --- a/shared/utils/videos/videos.ts +++ b/shared/utils/videos/videos.ts | |||
@@ -16,8 +16,8 @@ import { | |||
16 | ServerInfo, | 16 | ServerInfo, |
17 | testImage | 17 | testImage |
18 | } from '../' | 18 | } from '../' |
19 | import { VideoDetails, VideoPrivacy } from '../../../../shared/models/videos' | 19 | import { VideoDetails, VideoPrivacy } from '../../models/videos' |
20 | import { VIDEO_CATEGORIES, VIDEO_LANGUAGES, VIDEO_LICENCES, VIDEO_PRIVACIES } from '../../../initializers' | 20 | import { VIDEO_CATEGORIES, VIDEO_LANGUAGES, VIDEO_LICENCES, VIDEO_PRIVACIES } from '../../../server/initializers' |
21 | import { dateIsValid, webtorrentAdd } from '../index' | 21 | import { dateIsValid, webtorrentAdd } from '../index' |
22 | 22 | ||
23 | type VideoAttributes = { | 23 | type VideoAttributes = { |