diff options
Diffstat (limited to 'client/src/app/videos')
-rw-r--r-- | client/src/app/videos/+video-watch/video-watch.component.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/client/src/app/videos/+video-watch/video-watch.component.ts b/client/src/app/videos/+video-watch/video-watch.component.ts index c9bfa7ffb..3965bade8 100644 --- a/client/src/app/videos/+video-watch/video-watch.component.ts +++ b/client/src/app/videos/+video-watch/video-watch.component.ts | |||
@@ -411,6 +411,9 @@ export class VideoWatchComponent implements OnInit, OnDestroy { | |||
411 | 411 | ||
412 | this.video.likes += likesToIncrement | 412 | this.video.likes += likesToIncrement |
413 | this.video.dislikes += dislikesToIncrement | 413 | this.video.dislikes += dislikesToIncrement |
414 | this.video.buildLikeAndDislikePercents() | ||
415 | |||
416 | this.setVideoLikesBarTooltipText() | ||
414 | } | 417 | } |
415 | 418 | ||
416 | private updateOtherVideosDisplayed () { | 419 | private updateOtherVideosDisplayed () { |