diff --git a/src/renderer/components/watch-video-info/watch-video-info.js b/src/renderer/components/watch-video-info/watch-video-info.js index 9aa46d495feff..5ec0e40836b90 100644 --- a/src/renderer/components/watch-video-info/watch-video-info.js +++ b/src/renderer/components/watch-video-info/watch-video-info.js @@ -259,7 +259,7 @@ export default defineComponent({ playlistLoop: this.getPlaylistLoop(), } // Only play video in non playlist mode when user playlist detected - if (!this.inUserPlaylist) { + if (this.inUserPlaylist) { Object.assign(payload, { playlistId: null, playlistIndex: null,