!wip added the api to trigger an album search

This commit is contained in:
TidusJar 2018-09-04 08:36:15 +01:00
parent 1d91d6fa94
commit db5d0c0b08
3 changed files with 24 additions and 0 deletions

View file

@ -22,5 +22,6 @@ namespace Ombi.Api.Lidarr
Task<List<MetadataProfile>> GetMetadataProfile(string apiKey, string baseUrl);
Task<List<LanguageProfiles>> GetLanguageProfile(string apiKey, string baseUrl);
Task<LidarrStatus> Status(string apiKey, string baseUrl);
Task<CommandResult> AlbumSearch(int[] albumIds, string apiKey, string baseUrl);
}
}