aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Library/ILibraryManager.cs
diff options
context:
space:
mode:
authorNiels van Velzen <nielsvanvelzen@users.noreply.github.com>2026-05-04 17:58:27 +0200
committerGitHub <noreply@github.com>2026-05-04 17:58:27 +0200
commitdcba6c36595e7cb74a83e1fca872274e4cabcf93 (patch)
tree197b747a07e488d1db81573763c7c6d502195342 /MediaBrowser.Controller/Library/ILibraryManager.cs
parent57821e4cded8cfc4a5fdcca7c15b12d1ecccaaf3 (diff)
parentec990be12af3856eea597ba7ebdd5dbfa5b01ace (diff)
Merge pull request #16616 from dkanada/fix-person-limit
fix person TotalRecordCount when limit is applied
Diffstat (limited to 'MediaBrowser.Controller/Library/ILibraryManager.cs')
-rw-r--r--MediaBrowser.Controller/Library/ILibraryManager.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/Library/ILibraryManager.cs b/MediaBrowser.Controller/Library/ILibraryManager.cs
index 5c391098d3..7d27572052 100644
--- a/MediaBrowser.Controller/Library/ILibraryManager.cs
+++ b/MediaBrowser.Controller/Library/ILibraryManager.cs
@@ -558,7 +558,7 @@ namespace MediaBrowser.Controller.Library
/// </summary>
/// <param name="query">The query.</param>
/// <returns>List&lt;Person&gt;.</returns>
- IReadOnlyList<Person> GetPeopleItems(InternalPeopleQuery query);
+ QueryResult<BaseItem> GetPeopleItems(InternalPeopleQuery query);
/// <summary>
/// Updates the people.