From: Chocobozzz Date: Fri, 4 Nov 2016 15:04:50 +0000 (+0100) Subject: Client: add more informations to watch video view X-Git-Tag: v0.0.1-alpha~642 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d1992b93f0f4a4408f803d6320cd26a713e22d5b;p=oweals%2Fpeertube.git Client: add more informations to watch video view --- diff --git a/client/src/app/videos/shared/video.model.ts b/client/src/app/videos/shared/video.model.ts index 65417f751..873c83ff1 100644 --- a/client/src/app/videos/shared/video.model.ts +++ b/client/src/app/videos/shared/video.model.ts @@ -21,6 +21,7 @@ export class Video { port = ':' + port; } + return author + '@' + host + port; } diff --git a/client/src/app/videos/shared/video.service.ts b/client/src/app/videos/shared/video.service.ts index ad8557533..b1f688095 100644 --- a/client/src/app/videos/shared/video.service.ts +++ b/client/src/app/videos/shared/video.service.ts @@ -22,6 +22,7 @@ export class VideoService { getVideo(id: string): Observable