Fixed issue where simulated output would only appear after a change is made to args

This commit is contained in:
Isaac Abadi
2022-11-27 12:11:25 -05:00
parent ac808fcabe
commit 20e7ec7c84

View File

@@ -237,6 +237,8 @@ export class MainComponent implements OnInit {
if (customArgs && customArgs !== 'null') { this.customArgs = customArgs }
if (customOutput && customOutput !== 'null') { this.customOutput = customOutput }
if (youtubeUsername && youtubeUsername !== 'null') { this.youtubeUsername = youtubeUsername }
this.getSimulatedOutput();
}
// get downloads routine