Fixes
This commit is contained in:
parent
2a572e8bc4
commit
86f273d12d
7 changed files with 50 additions and 15 deletions
|
|
@ -15,7 +15,7 @@ public class ClientService : IClientService
|
|||
_logger = logger;
|
||||
}
|
||||
|
||||
public async Task<JellyfinApiClient[]> GetJellyfinClients()
|
||||
public async Task<JellyfinApiClient[]> GetClients()
|
||||
{
|
||||
if (!_clients.Any())
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue