From c64adfd3599fef57f880b07bd5f0c88ef6ea82cd Mon Sep 17 00:00:00 2001 From: Soham Patil Date: Sun, 17 Nov 2024 18:17:42 +0530 Subject: [PATCH] updated Playlist.vue --- src/renderer/views/Playlist/Playlist.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/views/Playlist/Playlist.vue b/src/renderer/views/Playlist/Playlist.vue index c7e6efb8b..2d9d3fb3f 100644 --- a/src/renderer/views/Playlist/Playlist.vue +++ b/src/renderer/views/Playlist/Playlist.vue @@ -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)" />