Skip to content

Commit 3d8b9ee

Browse files
author
hoang.tran12
committed
hot fix
1 parent 112577e commit 3d8b9ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/youtube_downloadVideo.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export default {
3838
0
3939
);
4040

41-
if (choice != null && choose >= 0 && choose < options.length) {
41+
if (choose != null && choose >= 0 && choose < options.length) {
4242
window.open(options[choose] + location.href);
4343
}
4444
},

0 commit comments

Comments
 (0)