mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-16 02:02:55 -07:00
It works now when we request an album when we do not have the artist in Lidarr. Waiting on https://github.com/lidarr/Lidarr/issues/459 to do when we have the artist
This commit is contained in:
parent
0b7a7a6bbb
commit
e02c8e4014
5 changed files with 27 additions and 9 deletions
|
@ -44,5 +44,6 @@ namespace Ombi.Api.Lidarr.Models
|
|||
public int selectedOption { get; set; }
|
||||
public bool monitored { get; set; }
|
||||
public bool searchForMissingAlbums { get; set; }
|
||||
public string[] AlbumsToMonitor { get; set; } // Uses the MusicBrainzAlbumId!
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue