diff --git a/src/renderer/components/watch-video-playlist/watch-video-playlist.js b/src/renderer/components/watch-video-playlist/watch-video-playlist.js index 5e74cb10ea55f..a68df182ec136 100644 --- a/src/renderer/components/watch-video-playlist/watch-video-playlist.js +++ b/src/renderer/components/watch-video-playlist/watch-video-playlist.js @@ -302,7 +302,8 @@ export default defineComponent({ playNextVideo: function () { const playlistInfo = { - playlistId: this.playlistId + playlistId: this.playlistId, + playlistType: this.playlistType, } const videoIndex = this.videoIndexInPlaylistItems @@ -349,7 +350,8 @@ export default defineComponent({ showToast(this.$t('Playing Previous Video')) const playlistInfo = { - playlistId: this.playlistId + playlistId: this.playlistId, + playlistType: this.playlistType, } const videoIndex = this.videoIndexInPlaylistItems