From e2f01c47e08d26a30ad47068d195b3d21d0df8a1 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 13 Mar 2019 14:18:58 +0100 Subject: Playlist support in watch page --- .../videos/+video-watch/video-watch.component.html | 34 +++++++++++++++++++++- 1 file changed, 33 insertions(+), 1 deletion(-) (limited to 'client/src/app/videos/+video-watch/video-watch.component.html') diff --git a/client/src/app/videos/+video-watch/video-watch.component.html b/client/src/app/videos/+video-watch/video-watch.component.html index 394c31f23..7f3d1cc2e 100644 --- a/client/src/app/videos/+video-watch/video-watch.component.html +++ b/client/src/app/videos/+video-watch/video-watch.component.html @@ -1,11 +1,39 @@
-
+
Sorry, but this video is not available because the remote instance is not responding.
Please try again later.
+ +
+ +
+
+
+ {{ playlist.displayName }} + + Unlisted + Private + Public +
+ +
+
{{ playlist.ownerBy }}
+
+ {{currentPlaylistPosition}}{{playlistPagination.totalItems}} +
+
+
+ +
+ +
+
@@ -20,6 +48,10 @@ This video will be published on {{ video.scheduledUpdate.updateAt | date: 'full' }}.
+
+ This playlist does not have videos. +
+
This video is blacklisted.
{{ video.blacklistedReason }} -- cgit v1.2.3