mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-21 05:43:19 -07:00
More headphones #32 I am starting to hate headphones... Sometimes the artists and albums just randomly fail.
This commit is contained in:
parent
f81b1de850
commit
13ee1efd86
3 changed files with 44 additions and 2 deletions
|
@ -39,5 +39,6 @@ namespace PlexRequests.Api.Interfaces
|
|||
Task<bool> AddArtist(string apiKey, Uri baseUrl, string artistId);
|
||||
Task<bool> QueueAlbum(string apiKey, Uri baseUrl, string albumId);
|
||||
Task<List<HeadphonesGetIndex>> GetIndex(string apiKey, Uri baseUrl);
|
||||
Task<bool> RefreshArtist(string apiKey, Uri baseUrl, string artistId);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue