We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cec2d36 commit 5a6d4d5Copy full SHA for 5a6d4d5
src/renderer/components/watch-video-playlist/watch-video-playlist.js
@@ -302,7 +302,8 @@ export default defineComponent({
302
303
playNextVideo: function () {
304
const playlistInfo = {
305
- playlistId: this.playlistId
+ playlistId: this.playlistId,
306
+ playlistType: this.playlistType,
307
}
308
309
const videoIndex = this.videoIndexInPlaylistItems
@@ -349,7 +350,8 @@ export default defineComponent({
349
350
showToast(this.$t('Playing Previous Video'))
351
352
353
354
355
356
357
0 commit comments