diff options
Diffstat (limited to 'server/models/video')
-rw-r--r-- | server/models/video/video-channel.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/server/models/video/video-channel.ts b/server/models/video/video-channel.ts index b7ffbd3b1..b627595c9 100644 --- a/server/models/video/video-channel.ts +++ b/server/models/video/video-channel.ts | |||
@@ -653,8 +653,6 @@ ON "Account->Actor"."serverId" = "Account->Actor->Server"."id"` | |||
653 | description: this.description, | 653 | description: this.description, |
654 | support: this.support, | 654 | support: this.support, |
655 | isLocal: this.Actor.isOwned(), | 655 | isLocal: this.Actor.isOwned(), |
656 | createdAt: this.createdAt, | ||
657 | updatedAt: this.updatedAt, | ||
658 | ownerAccount: undefined, | 656 | ownerAccount: undefined, |
659 | videosCount, | 657 | videosCount, |
660 | viewsPerDay | 658 | viewsPerDay |