diff --git a/Kyoo/Controllers/LibraryManager.cs b/Kyoo/Controllers/LibraryManager.cs index 6aa10c4e..cf65dc8d 100644 --- a/Kyoo/Controllers/LibraryManager.cs +++ b/Kyoo/Controllers/LibraryManager.cs @@ -176,7 +176,7 @@ namespace Kyoo.Controllers return _studios.GetAll(where, sort, page); } - public Task> GetPeoples(Expression> where = null, + public Task> GetPeople(Expression> where = null, Sort sort = default, Pagination page = default) {