mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-03-07 20:10:03 +03:00
Fixed issue where simulated output would only appear after a change is made to args
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user