Got index server list working
This commit is contained in:
parent
36d99b1e35
commit
271cf1f407
19 changed files with 445 additions and 67 deletions
|
|
@ -4,9 +4,9 @@ namespace JellyGlass.Services;
|
|||
|
||||
public class LibraryService : ILibraryService
|
||||
{
|
||||
private IServerService _serverService;
|
||||
private IClientService _serverService;
|
||||
|
||||
public LibraryService(IServerService serverService)
|
||||
public LibraryService(IClientService serverService)
|
||||
{
|
||||
_serverService = serverService;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue