Skip to content

Commit 624247a

Browse files
author
hoang.tran12
committed
hot fix
1 parent 290f215 commit 624247a

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)