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:
Jamie 2018-08-26 23:42:53 +01:00
parent 0b7a7a6bbb
commit e02c8e4014
5 changed files with 27 additions and 9 deletions

View file

@ -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!
}
}