mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-06-07 14:55:16 -04:00
Finishing the library's items route
This commit is contained in:
@@ -45,7 +45,7 @@ namespace Kyoo.Controllers
|
||||
|
||||
public abstract Task<ICollection<T>> Search(string query);
|
||||
|
||||
public Task<ICollection<T>> GetAll(Expression<Func<T, bool>> where = null,
|
||||
public virtual Task<ICollection<T>> GetAll(Expression<Func<T, bool>> where = null,
|
||||
Sort<T> sort = default,
|
||||
Pagination limit = default)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user