From 66dd264f7b15c05006faa00694c88c56794edc54 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Sun, 11 Jun 2017 11:29:03 +0200 Subject: Better build/dev scripts --- client/src/app/videos/video-watch/video-watch.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/src/app/videos') 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 { this.metaService.setTag('og:image', this.video.thumbnailPath); - this.metaService.setTag('og:duration', this.video.duration); + this.metaService.setTag('og:duration', this.video.duration.toString()); this.metaService.setTag('og:site_name', 'PeerTube'); -- cgit v1.2.3