Made the test button actually work on the Lidarr settings page !wip

This commit is contained in:
Jamie 2018-08-28 20:09:54 +01:00
commit 28a1886767
6 changed files with 74 additions and 4 deletions

View file

@ -21,5 +21,6 @@ namespace Ombi.Api.Lidarr
Task<List<AlbumResponse>> GetAllAlbumsByArtistId(int artistId, string apiKey, string baseUrl);
Task<List<MetadataProfile>> GetMetadataProfile(string apiKey, string baseUrl);
Task<List<LanguageProfiles>> GetLanguageProfile(string apiKey, string baseUrl);
Task<LidarrStatus> Status(string apiKey, string baseUrl);
}
}