aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Library
diff options
context:
space:
mode:
authorRich Lander <rlander@microsoft.com>2021-07-26 17:07:47 -0700
committerGitHub <noreply@github.com>2021-07-26 17:07:47 -0700
commit092e7c91b4cb085e1a586a254169343d8aa70c73 (patch)
treec9178cfba20f612f052306a954e734be96032f30 /MediaBrowser.Controller/Library
parent6a005f6a4ff31725f37a5330673f6d8c6bfa897b (diff)
Update ILibraryManager.cs
Diffstat (limited to 'MediaBrowser.Controller/Library')
-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 860df0ba1..0c11d2f00 100644
--- a/MediaBrowser.Controller/Library/ILibraryManager.cs
+++ b/MediaBrowser.Controller/Library/ILibraryManager.cs
@@ -114,7 +114,7 @@ namespace MediaBrowser.Controller.Library
/// <summary>
/// Gets a Genre.
/// </summary>
- /// <param name="name">The name of genre.</param>
+ /// <param name="name">The name of the genre.</param>
/// <returns>Task{Genre}.</returns>
Genre GetGenre(string name);