Remove extra delay when filtering out existing movies

pull/1178/head
smcpeck 7 years ago
parent 3c3afb37c2
commit 1f18dd61f5

@ -141,11 +141,6 @@ namespace Ombi.Api
movies.Add(await GetMovie(m.Id));
counter++;
}
else
{
//if we didn't add the movie, delay longer since we know we'll be making additional API calls
await Task.Delay(75);
}
await Task.Delay(50);
}
}

Loading…
Cancel
Save