diff --git a/src/app/main/main.component.ts b/src/app/main/main.component.ts index 9d2e22f..3f9755b 100644 --- a/src/app/main/main.component.ts +++ b/src/app/main/main.component.ts @@ -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