Fix the api change in #450

pull/470/head
tidusjar 8 years ago
parent 50f9348350
commit 4f71969ee5

@ -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…
Cancel
Save