File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -561,7 +561,7 @@ function saveLinks() {
561
561
) {
562
562
count += 1 ;
563
563
let itemTitle ;
564
- itemTitle = i18n . __ ( "Link" ) + " " + originalCount ;
564
+ itemTitle = i18n . __ ( "Link" ) + " " + count ;
565
565
566
566
if ( count > 1 ) {
567
567
getId ( `p${ count - 1 } ` ) . textContent = i18n . __ ( "Link added" ) ;
Original file line number Diff line number Diff line change @@ -1187,7 +1187,7 @@ function download(
1187
1187
subs2 || subLangs ,
1188
1188
"--no-playlist" ,
1189
1189
"--embed-metadata" ,
1190
- ( ext == "m4a" || ext == "mp4" ) && extractor_key === "Youtube" ? "--embed-thumbnail" && os . platform ( ) !== "darwin" : "" ,
1190
+ ( ext == "m4a" || ext == "mp4" ) && extractor_key === "Youtube" && os . platform ( ) !== "darwin" ? "--embed-thumbnail " : "" ,
1191
1191
cookieArg ,
1192
1192
browser ,
1193
1193
configArg ,
You can’t perform that action at this time.
0 commit comments