mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-03-25 22:20:56 +03:00
should now work across multiple devices
This commit is contained in:
@@ -50,7 +50,7 @@ export class AppComponent {
|
||||
this.exists = fileExists;
|
||||
if (this.exists == "failed")
|
||||
{
|
||||
this.downloadHelperMp3(name);
|
||||
setTimeout(() => this.downloadHelperMp3(name), 500);
|
||||
}
|
||||
else
|
||||
{
|
||||
@@ -66,7 +66,7 @@ export class AppComponent {
|
||||
this.exists = fileExists;
|
||||
if (this.exists == "failed")
|
||||
{
|
||||
this.downloadHelperMp4(name);
|
||||
setTimeout(() => this.downloadHelperMp4(name), 500);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user