diff options
| author | Rich Lander <rlander@microsoft.com> | 2021-07-26 17:58:56 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-26 17:58:56 -0700 |
| commit | a0678a92618fc1137bfc1606d26bd1a4c3749775 (patch) | |
| tree | 3f6479b32f63817ec1d7ef5a85197c7d4c8838e7 | |
| parent | 092e7c91b4cb085e1a586a254169343d8aa70c73 (diff) | |
Update ILibraryManager.cs
| -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 0c11d2f00..604960d8b 100644 --- a/MediaBrowser.Controller/Library/ILibraryManager.cs +++ b/MediaBrowser.Controller/Library/ILibraryManager.cs @@ -121,7 +121,7 @@ namespace MediaBrowser.Controller.Library /// <summary> /// Gets the genre. /// </summary> - /// <param name="name">The name.</param> + /// <param name="name">The name of the music genre.</param> /// <returns>Task{MusicGenre}.</returns> MusicGenre GetMusicGenre(string name); |
