From e1c1a128306fc508afd43e1a346c288c155955d7 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Wed, 10 Jul 2024 16:16:34 +0900 Subject: [PATCH] chore: update goodtube.user.js minor comment fix --- goodtube.user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/goodtube.user.js b/goodtube.user.js index 90b5b49..4bd0e69 100644 --- a/goodtube.user.js +++ b/goodtube.user.js @@ -5831,7 +5831,7 @@ // Download the entire playlist (currently only works on desktop cus frame API limitations) function goodTube_downloadPlaylist(type, noPrompt) { // Show a "are you sure cus it takes some time" sort of message - if (typeof noPrompt === 'undefined' && !confirm("Are you sure you want to download this playlist ("+type+")?\r\rYou can keep playing and downloading other videos, just don't close the the tab :)")) { + if (typeof noPrompt === 'undefined' && !confirm("Are you sure you want to download this playlist ("+type+")?\r\rYou can keep playing and downloading other videos, just don't close the tab :)")) { return; }