mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-15 01:32:55 -07:00
merge develop into v4
This commit is contained in:
commit
a5139dd25c
59 changed files with 577 additions and 321 deletions
|
@ -60,16 +60,6 @@ namespace Ombi.Controllers.V1.External
|
|||
{
|
||||
return await _lidarrApi.GetMetadataProfile(settings.ApiKey, settings.FullUri);
|
||||
}
|
||||
/// <summary>
|
||||
/// Gets the Lidarr Langauge profiles.
|
||||
/// </summary>
|
||||
/// <param name="settings">The settings.</param>
|
||||
/// <returns></returns>
|
||||
[HttpPost("Langauges")]
|
||||
public async Task<IEnumerable<LanguageProfiles>> GetLanguageProfiles([FromBody] LidarrSettings settings)
|
||||
{
|
||||
return await _lidarrApi.GetLanguageProfile(settings.ApiKey, settings.FullUri);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Gets the Lidarr profiles using the saved settings
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue