mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-22 06:13:22 -07:00
Change montior to Existing to properly add artist
Discussed and tested manually in https://github.com/Lidarr/Lidarr/issues/3597#issuecomment-1530804055
This commit is contained in:
parent
ca947bd302
commit
d9b26b2ac4
1 changed files with 2 additions and 2 deletions
|
@ -100,7 +100,7 @@ namespace Ombi.Core.Senders
|
||||||
addOptions = new Addoptions
|
addOptions = new Addoptions
|
||||||
{
|
{
|
||||||
monitored = true,
|
monitored = true,
|
||||||
monitor = MonitorTypes.None,
|
monitor = MonitorTypes.Existing,
|
||||||
searchForMissingAlbums = false,
|
searchForMissingAlbums = false,
|
||||||
AlbumsToMonitor = new[] {model.ForeignAlbumId}
|
AlbumsToMonitor = new[] {model.ForeignAlbumId}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue