mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 21:03:17 -07:00
Started on the Music Search Engine !wip
This commit is contained in:
parent
eb1c2a6959
commit
432c7763ee
5 changed files with 104 additions and 30 deletions
|
@ -7,7 +7,7 @@ namespace Ombi.Api.Lidarr
|
|||
public interface ILidarrApi
|
||||
{
|
||||
Task<List<AlbumLookup>> AlbumLookup(string searchTerm, string apiKey, string baseUrl);
|
||||
Task<List<AlbumLookup>> ArtistLookup(string searchTerm, string apiKey, string baseUrl);
|
||||
Task<List<ArtistLookup>> ArtistLookup(string searchTerm, string apiKey, string baseUrl);
|
||||
Task<List<LidarrProfile>> GetProfiles(string apiKey, string baseUrl);
|
||||
Task<List<LidarrRootFolder>> GetRootFolders(string apiKey, string baseUrl);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue