fix(admin): fixed various issues lmao idk it was a ballache and is probably quite shit. sorry to future me
This commit is contained in:
parent
56ea7fb7f0
commit
2cbbc00489
29 changed files with 382 additions and 131 deletions
|
|
@ -5,9 +5,9 @@ namespace JellyGlass.Services;
|
|||
public interface ILibraryService
|
||||
{
|
||||
public Task<Library[]> GetLibraries();
|
||||
public Task<ItemDTO[]> GetItemsFromLibrary(string libraryName, string serverId);
|
||||
public Task<ItemDTO[]> GetItemsFromLibrary(string libraryName, string serverUrl);
|
||||
|
||||
public Task<Library[]> GetLibrariesFromServer(string serverId);
|
||||
public Task<Library[]> GetLibrariesFromServer(string serverUrl);
|
||||
|
||||
|
||||
// public Task<ItemDTO[]> GetChildrenFromItems(ItemDTO[] items);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue