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 --- ...-account-video-playlist-elements.component.html | 57 +--------------------- 1 file changed, 2 insertions(+), 55 deletions(-) (limited to 'client/src/app/+my-account/my-account-video-playlists/my-account-video-playlist-elements.component.html') diff --git a/client/src/app/+my-account/my-account-video-playlists/my-account-video-playlist-elements.component.html b/client/src/app/+my-account/my-account-video-playlists/my-account-video-playlist-elements.component.html index 67a8b1a91..bc26e198e 100644 --- a/client/src/app/+my-account/my-account-video-playlists/my-account-video-playlist-elements.component.html +++ b/client/src/app/+my-account/my-account-video-playlists/my-account-video-playlist-elements.component.html @@ -5,60 +5,7 @@ cdkDropList (cdkDropListDropped)="drop($event)" >
-
{{ video.playlistElement.position }}
- - - -
- {{ video.name }} - - {{ formatTimestamp(video)}} -
- -
- - -
- - -
-
- - - -
- -
- - - -
- - -
- - - Delete from {{playlist?.displayName}} - -
-
+ +
-- cgit v1.2.3