mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
Fixed #144
This commit is contained in:
parent
08cbf927ee
commit
3efd54c1b6
7 changed files with 57 additions and 15 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue