Working search
This commit is contained in:
parent
271cf1f407
commit
2a572e8bc4
15 changed files with 217 additions and 39 deletions
|
|
@ -5,7 +5,9 @@ namespace JellyGlass.Services;
|
|||
public interface ILibraryService
|
||||
{
|
||||
public Task<Library[]> GetLibraries();
|
||||
public Task<ItemDTO[]> GetItemsFromLibrary(string libraryName);
|
||||
public Task<ItemDTO[]> GetItemsFromLibrary(string libraryName, string serverId);
|
||||
|
||||
public Task<Library[]> GetLibrariesFromServer(string serverId);
|
||||
|
||||
|
||||
// public Task<ItemDTO[]> GetChildrenFromItems(ItemDTO[] items);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue