aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos
diff options
context:
space:
mode:
authorkimsible <kimsible@users.noreply.github.com>2020-04-24 18:59:10 +0200
committerChocobozzz <chocobozzz@cpy.re>2020-05-11 11:11:06 +0200
commitbedf0e60733533afe1504d188d9c7afba80f26bd (patch)
tree042fdca55b8820d13984ad2a9f23dbd81ad1e2b9 /client/src/app/videos
parent610d0be13b3d01f653ef269271dd667a57c85ef2 (diff)
downloadPeerTube-bedf0e60733533afe1504d188d9c7afba80f26bd.tar.gz
PeerTube-bedf0e60733533afe1504d188d9c7afba80f26bd.tar.zst
PeerTube-bedf0e60733533afe1504d188d9c7afba80f26bd.zip
Add edit button to scroll watch playlist on touchscreens
Diffstat (limited to 'client/src/app/videos')
-rw-r--r--client/src/app/videos/+video-watch/video-watch-playlist.component.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/app/videos/+video-watch/video-watch-playlist.component.html b/client/src/app/videos/+video-watch/video-watch-playlist.component.html
index d43dcec93..246ef83cf 100644
--- a/client/src/app/videos/+video-watch/video-watch-playlist.component.html
+++ b/client/src/app/videos/+video-watch/video-watch-playlist.component.html
@@ -40,6 +40,7 @@
40 <my-video-playlist-element-miniature 40 <my-video-playlist-element-miniature
41 [playlistElement]="playlistElement" [playlist]="playlist" [owned]="isPlaylistOwned()" (elementRemoved)="onElementRemoved($event)" 41 [playlistElement]="playlistElement" [playlist]="playlist" [owned]="isPlaylistOwned()" (elementRemoved)="onElementRemoved($event)"
42 [playing]="currentPlaylistPosition === playlistElement.position" [accountLink]="false" [position]="playlistElement.position" 42 [playing]="currentPlaylistPosition === playlistElement.position" [accountLink]="false" [position]="playlistElement.position"
43 [touchScreenEditButton]="true"
43 ></my-video-playlist-element-miniature> 44 ></my-video-playlist-element-miniature>
44 </div> 45 </div>
45</div> 46</div>