aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/video-watch/video-watch.component.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/videos/video-watch/video-watch.component.ts')
-rw-r--r--client/src/app/videos/video-watch/video-watch.component.ts2
1 files changed, 1 insertions, 1 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 756f66726..d4b60b001 100644
--- a/client/src/app/videos/video-watch/video-watch.component.ts
+++ b/client/src/app/videos/video-watch/video-watch.component.ts
@@ -313,7 +313,7 @@ export class VideoWatchComponent implements OnInit, OnDestroy {
313 313
314 this.metaService.setTag('og:image', this.video.thumbnailPath); 314 this.metaService.setTag('og:image', this.video.thumbnailPath);
315 315
316 this.metaService.setTag('og:duration', this.video.duration); 316 this.metaService.setTag('og:duration', this.video.duration.toString());
317 317
318 this.metaService.setTag('og:site_name', 'PeerTube'); 318 this.metaService.setTag('og:site_name', 'PeerTube');
319 319