aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/video-channel/video-channel.model.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-08-14 15:47:56 +0200
committerChocobozzz <me@florianbigard.com>2018-08-14 15:47:56 +0200
commite63dbd426e67672b4014c2a3ac3a227fbe26e886 (patch)
treea7c9a23faf764ed81a7373a01d432932912e4111 /client/src/app/shared/video-channel/video-channel.model.ts
parent06215f15e0a9fea2ef95b8b49cb2b5868fb64017 (diff)
downloadPeerTube-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/video-channel.model.ts')
-rw-r--r--client/src/app/shared/video-channel/video-channel.model.ts2
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 @@
1import { VideoChannel as ServerVideoChannel } from '../../../../../shared/models/videos/video-channel.model' 1import { VideoChannel as ServerVideoChannel } from '../../../../../shared/models/videos'
2import { Actor } from '../actor/actor.model' 2import { Actor } from '../actor/actor.model'
3import { Account } from '../../../../../shared/models/actors' 3import { Account } from '../../../../../shared/models/actors'
4 4