]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/models/videos/video-channel.model.ts
Always redirect on homepage on '/'
[github/Chocobozzz/PeerTube.git] / shared / models / videos / video-channel.model.ts
index 470295a817e5912bf525fd0d6acefa693bcc24bf..02fbcc315a1ab09e7a51a76f4dee5a482282de14 100644 (file)
@@ -6,9 +6,8 @@ export interface VideoChannel extends Actor {
   description: string
   support: string
   isLocal: boolean
-  owner?: {
-    name: string
+  ownerAccount?: {
+    id: number
     uuid: string
   }
-  videos?: Video[]
 }