should now work across multiple devices

This commit is contained in:
Isaac Grynsztein
2018-01-14 01:56:28 -05:00
parent 7fcf2256ac
commit 162425b702
4 changed files with 8 additions and 8 deletions

View File

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