aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Lander <rlander@microsoft.com>2021-07-26 16:02:17 -0700
committerGitHub <noreply@github.com>2021-07-26 16:02:17 -0700
commit0bb6999d5941638fbba7c74f05681ab9316f4f5d (patch)
tree6c36aa4f033faa29624b9ff91394e9f71a9468e6
parent5920f68ca93e230dbced152a5aaac65eccb97ecd (diff)
Update 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 0bd2f3843..8043f4bd6 100644
--- a/MediaBrowser.Controller/Library/ILibraryManager.cs
+++ b/MediaBrowser.Controller/Library/ILibraryManager.cs
@@ -83,7 +83,7 @@ namespace MediaBrowser.Controller.Library
/// <summary>
/// Gets a Person.
/// </summary>
- /// <param name="name">The name.</param>
+ /// <param name="name">The name of the person.</param>
/// <returns>Task{Person}.</returns>
Person GetPerson(string name);