More headphones #32 I am starting to hate headphones... Sometimes the artists and albums just randomly fail.

This commit is contained in:
tidusjar 2016-04-04 22:18:16 +01:00
commit 13ee1efd86
3 changed files with 44 additions and 2 deletions

View file

@ -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);
}
}