mirror of
https://github.com/FreeTubeApp/FreeTube
synced 2024-11-22 01:45:40 +01:00
updated Playlist.vue
This commit is contained in:
parent
eac0c258f9
commit
c64adfd359
@ -107,7 +107,7 @@
|
||||
:initial-visible-state="index < 10"
|
||||
@move-video-up="moveVideoUp(item.videoId, item.playlistItemId)"
|
||||
@move-video-down="moveVideoDown(item.videoId, item.playlistItemId)"
|
||||
@remove-from-playlist="removeVideoFromPlaylist(item.videoId, item.playlistItemId)"
|
||||
@remove-from-playlist="removeVideoFromPlaylist(item)"
|
||||
/>
|
||||
</transition-group>
|
||||
<ft-auto-load-next-page-wrapper
|
||||
|
Loading…
Reference in New Issue
Block a user