aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/video-playlist/video-playlist-element-miniature.component.ts
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/shared/video-playlist/video-playlist-element-miniature.component.ts
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/shared/video-playlist/video-playlist-element-miniature.component.ts')
-rw-r--r--client/src/app/shared/video-playlist/video-playlist-element-miniature.component.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/app/shared/video-playlist/video-playlist-element-miniature.component.ts b/client/src/app/shared/video-playlist/video-playlist-element-miniature.component.ts
index a2c0724cd..fad03e045 100644
--- a/client/src/app/shared/video-playlist/video-playlist-element-miniature.component.ts
+++ b/client/src/app/shared/video-playlist/video-playlist-element-miniature.component.ts
@@ -27,6 +27,7 @@ export class VideoPlaylistElementMiniatureComponent implements OnInit {
27 @Input() rowLink = false 27 @Input() rowLink = false
28 @Input() accountLink = true 28 @Input() accountLink = true
29 @Input() position: number // Keep this property because we're in the OnPush change detection strategy 29 @Input() position: number // Keep this property because we're in the OnPush change detection strategy
30 @Input() touchScreenEditButton = false
30 31
31 @Output() elementRemoved = new EventEmitter<VideoPlaylistElement>() 32 @Output() elementRemoved = new EventEmitter<VideoPlaylistElement>()
32 33