X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=client%2Fsrc%2Fapp%2Fshared%2Fvideo-channel%2Fvideo-channel.model.ts;h=617d6d44d93b88b7427e6fa8a041f4e6dd059415;hb=3d527ba173a37bd61ec8ad742642bb320d12995c;hp=c93af0ca50916e91e120d9fd94ba1aa65340e266;hpb=714bfcc556177dce2b65a1e58babdf2488e9de13;p=github%2FChocobozzz%2FPeerTube.git 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 c93af0ca5..617d6d44d 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 @@ -import { VideoChannel as ServerVideoChannel, viewsPerTime } from '../../../../../shared/models/videos' +import { VideoChannel as ServerVideoChannel, ViewsPerDate } from '../../../../../shared/models/videos' import { Actor } from '../actor/actor.model' import { Account } from '../../../../../shared/models/actors' @@ -12,7 +12,7 @@ export class VideoChannel extends Actor implements ServerVideoChannel { ownerAccount?: Account ownerBy?: string ownerAvatarUrl?: string - viewsPerDay?: viewsPerTime[] + viewsPerDay?: ViewsPerDate[] constructor (hash: ServerVideoChannel) { super(hash)