Fixing an issue

pull/33/head v3.3.1
aandrew-me 3 years ago
parent b2bb0da5b3
commit 22c9ef94b2

@ -34,7 +34,7 @@ A modern GUI video and audio downloader supporting [hundreds of sites](https://g
# Installation # Installation
## Windows ## Windows
Download and install the exe file Download and install the exe file. Windows defender may create problems as usual.
## Linux ## Linux

@ -188,6 +188,7 @@ getId("pasteUrl").addEventListener("click", () => {
// Getting video info // Getting video info
async function getInfo(url) { async function getInfo(url) {
onlyvideo = false
let audioIsPresent = false; let audioIsPresent = false;
downloadPathSelection(); downloadPathSelection();
getId("videoFormatSelect").innerHTML = ""; getId("videoFormatSelect").innerHTML = "";

Loading…
Cancel
Save