mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 21:03:17 -07:00
Fix the api change in #450
This commit is contained in:
parent
50f9348350
commit
4f71969ee5
1 changed files with 1 additions and 5 deletions
|
@ -83,6 +83,7 @@ namespace PlexRequests.Api
|
||||||
titleSlug = title,
|
titleSlug = title,
|
||||||
seasons = new List<Season>(),
|
seasons = new List<Season>(),
|
||||||
rootFolderPath = rootPath,
|
rootFolderPath = rootPath,
|
||||||
|
monitored = monitor
|
||||||
};
|
};
|
||||||
|
|
||||||
for (var i = 1; i <= seasonCount; i++)
|
for (var i = 1; i <= seasonCount; i++)
|
||||||
|
@ -95,11 +96,6 @@ namespace PlexRequests.Api
|
||||||
options.seasons.Add(season);
|
options.seasons.Add(season);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!monitor)
|
|
||||||
{
|
|
||||||
options.monitored = false;
|
|
||||||
}
|
|
||||||
|
|
||||||
Log.Debug("Sonarr API Options:");
|
Log.Debug("Sonarr API Options:");
|
||||||
Log.Debug(options.DumpJson());
|
Log.Debug(options.DumpJson());
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue