]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/video/video-details.model.ts
Add support to video support on client
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / video / video-details.model.ts
index c746bfd6630d6e533c8678b1900f484fcbdebb74..4e4f64c7bf22470794785ca8dc86c568dd264eaf 100644 (file)
@@ -57,6 +57,7 @@ export class VideoDetails extends Video implements VideoDetailsServerModel {
     this.channel = hash.channel
     this.account = hash.account
     this.tags = hash.tags
+    this.support = hash.support
     this.commentsEnabled = hash.commentsEnabled
 
     this.likesPercent = (this.likes / (this.likes + this.dislikes)) * 100