mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-07-09 03:04:20 -04:00
Fixing a typo
This commit is contained in:
parent
38bb0a2efe
commit
3443e102e9
@ -176,7 +176,7 @@ namespace Kyoo.Controllers
|
|||||||
return _studios.GetAll(where, sort, page);
|
return _studios.GetAll(where, sort, page);
|
||||||
}
|
}
|
||||||
|
|
||||||
public Task<ICollection<People>> GetPeoples(Expression<Func<People, bool>> where = null,
|
public Task<ICollection<People>> GetPeople(Expression<Func<People, bool>> where = null,
|
||||||
Sort<People> sort = default,
|
Sort<People> sort = default,
|
||||||
Pagination page = default)
|
Pagination page = default)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user