diff options
| author | Rich Lander <rlander@microsoft.com> | 2021-07-26 16:40:05 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-26 16:40:05 -0700 |
| commit | 6a005f6a4ff31725f37a5330673f6d8c6bfa897b (patch) | |
| tree | 4778d82b9dcd6e289f5045b67505452a327a4459 /MediaBrowser.Controller/Library | |
| parent | dfaf89a681c02bc973bbd1c92fc7ee99888ad7f6 (diff) | |
Update ILibraryManager.cs
Diffstat (limited to 'MediaBrowser.Controller/Library')
| -rw-r--r-- | MediaBrowser.Controller/Library/ILibraryManager.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/Library/ILibraryManager.cs b/MediaBrowser.Controller/Library/ILibraryManager.cs index 18a75aacd..860df0ba1 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.</param> + /// <param name="name">The name of genre.</param> /// <returns>Task{Genre}.</returns> Genre GetGenre(string name); |
