Skip to content

Commit

Permalink
Update src/renderer/components/data-settings/data-settings.js
Browse files Browse the repository at this point in the history
  • Loading branch information
PikachuEXE authored Oct 10, 2024
1 parent baf4b45 commit edd3ea5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/renderer/components/data-settings/data-settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -941,7 +941,6 @@ export default defineComponent({
})
}
} else {
// Find by `playlistItemId` if present
videoExists = existingPlaylist.videos.some((x) => {
// Disallow duplicate (by videoId) videos to be added
return x.videoId === video.videoId
Expand Down

0 comments on commit edd3ea5

Please sign in to comment.