Working search
This commit is contained in:
parent
271cf1f407
commit
2a572e8bc4
15 changed files with 217 additions and 39 deletions
|
|
@ -6,5 +6,5 @@ public interface IClientService
|
|||
{
|
||||
public Task<JellyfinApiClient[]> GetJellyfinClients();
|
||||
// public JellyfinApiClient GetClientForServer(string url);
|
||||
// public JellyfinApiClient GetClientForServerId(string serverId);
|
||||
public Task<JellyfinApiClient> GetClientForServerId(string serverId);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue