This commit is contained in:
tidusjar 2016-04-06 23:08:00 +01:00
commit 3efd54c1b6
7 changed files with 57 additions and 15 deletions

View file

@ -84,7 +84,7 @@ namespace PlexRequests.Api
while (seasonIncrement < seasonCount)
{
seasonList = VerifyShowHasLoaded(tvdbId, apiKey, baseUrl);
seasonIncrement = seasonList.data?.Length ?? 0;
seasonIncrement = seasonList.Data?.Length ?? 0;
if (sw.ElapsedMilliseconds > 30000) // Break out after 30 seconds, it's not going to get added
{