]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/video/video.service.ts
Add support to video support on client
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / video / video.service.ts
index 2e7138cd1fe187a6b16ad9249ff74aa554b600de..99da147798d26c15e21b14984448646865234ee5 100644 (file)
@@ -62,6 +62,7 @@ export class VideoService {
       tags: video.tags,
       nsfw: video.nsfw,
       commentsEnabled: video.commentsEnabled,
+      support: video.support,
       thumbnailfile: video.thumbnailfile,
       previewfile: video.previewfile
     }