10 lines
No EOL
284 B
C#
10 lines
No EOL
284 B
C#
using JellyGlass.Repositories;
|
|
|
|
namespace JellyGlass.Services;
|
|
|
|
public interface IServerService
|
|
{
|
|
public Task<JellyfinApiClient[]> GetJellyfinClients();
|
|
// public JellyfinApiClient GetClientForServer(string url);
|
|
// public JellyfinApiClient GetClientForServerId(string serverId);
|
|
} |