X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2F%2Bvideos%2F%2Bvideo-watch%2Fvideo-watch.component.ts;h=66af9709dfcc8cfa5ceac2a2e606d77c5722c71d;hb=4ec25ae825f8dee44d948b38d8216f9a239ff7b3;hp=bc047489e7c78fc24dd4765f798cf7801cc62979;hpb=992f498e312efcde46f818ba719b50f1f958272f;p=github%2FChocobozzz%2FPeerTube.git 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 bc047489e..66af9709d 100644 --- a/client/src/app/+videos/+video-watch/video-watch.component.ts +++ b/client/src/app/+videos/+video-watch/video-watch.component.ts @@ -219,12 +219,6 @@ export class VideoWatchComponent implements OnInit, OnDestroy { return $localize`You need to be logged in to rate this video.` } - getExactNumberOfViews () { - return (this.video.views >= 1000) - ? `${this.video.views} ${this.video.isLive ? $localize`viewers` : $localize`views`}` - : '' - } - showMoreDescription () { if (this.completeVideoDescription === undefined) { return this.loadCompleteDescription()