mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 10:36:54 -07:00
#254 having an issue with Sonarr
This commit is contained in:
parent
cd135d824c
commit
5411225fa0
10 changed files with 66 additions and 782 deletions
|
@ -89,7 +89,7 @@ namespace PlexRequests.UI.Helpers
|
|||
// Series doesn't exist, need to add it as unmonitored.
|
||||
var addResult = await Task.Run(() => SonarrApi.AddSeries(model.ProviderId, model.Title, qualityProfile,
|
||||
sonarrSettings.SeasonFolders, sonarrSettings.RootPath, 0, new int[0], sonarrSettings.ApiKey,
|
||||
sonarrSettings.FullUri));
|
||||
sonarrSettings.FullUri, false));
|
||||
|
||||
if (string.IsNullOrEmpty(addResult?.title))
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue