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

pull/809/head
Isaac Abadi 2 years ago
parent ac808fcabe
commit 20e7ec7c84

@ -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

Loading…
Cancel
Save