]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/videos/+video-watch/comment/video-comment.model.ts
Hide big play button on autoplay
[github/Chocobozzz/PeerTube.git] / client / src / app / videos / +video-watch / comment / video-comment.model.ts
index d7b03521a60732a09baf8ff1e6371557707ab352..8fa02aee18e4ea0e3f28288a588ecc4841c448d2 100644 (file)
@@ -14,7 +14,6 @@ export class VideoComment implements VideoCommentServerModel {
   account: AccountInterface
   totalReplies: number
   by: string
-  marked = false
 
   constructor (hash: VideoCommentServerModel) {
     this.id = hash.id