mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
fix(lidarr): Change monitor to Existing to properly add artist #3597
Discussed and tested manually in https://github.com/Lidarr/Lidarr/issues/3597#issuecomment-1530804055
This commit is contained in:
parent
c8dab6b334
commit
506f60773b
1 changed files with 2 additions and 2 deletions
|
@ -100,7 +100,7 @@ namespace Ombi.Core.Senders
|
|||
addOptions = new Addoptions
|
||||
{
|
||||
monitored = true,
|
||||
monitor = MonitorTypes.None,
|
||||
monitor = MonitorTypes.Existing,
|
||||
searchForMissingAlbums = false,
|
||||
AlbumsToMonitor = new[] {model.ForeignAlbumId}
|
||||
},
|
||||
|
@ -199,4 +199,4 @@ namespace Ombi.Core.Senders
|
|||
return new SenderResult { Message = "Could not set album to monitored", Sent = false, Success = false };
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue