This commit is contained in:
tidusjar 2016-04-03 21:35:09 +01:00
commit acb39b56f8
13 changed files with 122 additions and 33 deletions

View file

@ -25,11 +25,13 @@
// ************************************************************************/
#endregion
using System;
using PlexRequests.Api.Models.Music;
namespace PlexRequests.Api.Interfaces
{
public interface IHeadphonesApi
{
bool AddAlbum(string apiKey, Uri baseUrl, string albumId);
HeadphonesVersion GetVersion(string apiKey, Uri baseUrl);
}
}