diff options
author | Chocobozzz <me@florianbigard.com> | 2018-08-14 15:47:56 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-08-14 15:47:56 +0200 |
commit | e63dbd426e67672b4014c2a3ac3a227fbe26e886 (patch) | |
tree | a7c9a23faf764ed81a7373a01d432932912e4111 /client/src/app/shared/video-channel | |
parent | 06215f15e0a9fea2ef95b8b49cb2b5868fb64017 (diff) | |
download | PeerTube-e63dbd426e67672b4014c2a3ac3a227fbe26e886.tar.gz PeerTube-e63dbd426e67672b4014c2a3ac3a227fbe26e886.tar.zst PeerTube-e63dbd426e67672b4014c2a3ac3a227fbe26e886.zip |
Update client according to new model paths
Diffstat (limited to 'client/src/app/shared/video-channel')
-rw-r--r-- | client/src/app/shared/video-channel/video-channel.model.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/shared/video-channel/video-channel.model.ts b/client/src/app/shared/video-channel/video-channel.model.ts index 199c1d3b8..b6862b681 100644 --- a/client/src/app/shared/video-channel/video-channel.model.ts +++ b/client/src/app/shared/video-channel/video-channel.model.ts | |||
@@ -1,4 +1,4 @@ | |||
1 | import { VideoChannel as ServerVideoChannel } from '../../../../../shared/models/videos/video-channel.model' | 1 | import { VideoChannel as ServerVideoChannel } from '../../../../../shared/models/videos' |
2 | import { Actor } from '../actor/actor.model' | 2 | import { Actor } from '../actor/actor.model' |
3 | import { Account } from '../../../../../shared/models/actors' | 3 | import { Account } from '../../../../../shared/models/actors' |
4 | 4 | ||