Looks like we were overloading emby with out api calls.

Put a bit of handling around that to wait when we get some errors. Problem about this is it can take a long time to generate the infomation when we have episode searching enabled. #1109
This commit is contained in:
tidusjar 2017-03-16 22:10:24 +00:00
commit b9c0c20af6
3 changed files with 63 additions and 39 deletions

View file

@ -185,7 +185,6 @@ namespace Ombi.Api
throw new ArgumentOutOfRangeException(nameof(type), type, null);
}
var info = new EmbyInformation();
switch (type)
{