]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/video/video.model.ts
Add list of instance follows in about page
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / video / video.model.ts
index 0cef3eb8f1de5f17c2992c9a6134ae0806ae366b..6f9de9241764935cb6edae098ebce42968149c67 100644 (file)
@@ -52,7 +52,6 @@ export class Video implements VideoServerModel {
 
   account: {
     id: number
-    uuid: string
     name: string
     displayName: string
     url: string
@@ -62,7 +61,6 @@ export class Video implements VideoServerModel {
 
   channel: {
     id: number
-    uuid: string
     name: string
     displayName: string
     url: string