Skip to content

Commit

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

0 comments on commit baf4b45

Please sign in to comment.