diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-06-11 11:29:03 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-06-11 11:36:05 +0200 |
commit | 66dd264f7b15c05006faa00694c88c56794edc54 (patch) | |
tree | 7545d2f52b8019c128897c120dab7bcbafb586cd /client/src/app/videos | |
parent | 69f616ab3aeefd6ce330600604df90f2f48bfe3b (diff) | |
download | PeerTube-66dd264f7b15c05006faa00694c88c56794edc54.tar.gz PeerTube-66dd264f7b15c05006faa00694c88c56794edc54.tar.zst PeerTube-66dd264f7b15c05006faa00694c88c56794edc54.zip |
Better build/dev scripts
Diffstat (limited to 'client/src/app/videos')
-rw-r--r-- | client/src/app/videos/video-watch/video-watch.component.ts | 2 |
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 | ||