diff options
| author | Rich Lander <rlander@microsoft.com> | 2021-07-26 16:19:50 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-26 16:19:50 -0700 |
| commit | 5110835031d80e4e3d094b86d9962bc1708dd521 (patch) | |
| tree | 5166bf4eb85bc68956f88959f5d1d5a8b2f62a21 | |
| parent | 0bb6999d5941638fbba7c74f05681ab9316f4f5d (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 8043f4bd6..0ee1d094b 100644 --- a/MediaBrowser.Controller/Library/ILibraryManager.cs +++ b/MediaBrowser.Controller/Library/ILibraryManager.cs @@ -98,7 +98,7 @@ namespace MediaBrowser.Controller.Library /// <summary> /// Gets the artist. /// </summary> - /// <param name="name">The name.</param> + /// <param name="name">The name of the artist.</param> /// <returns>Task{Artist}.</returns> MusicArtist GetArtist(string name); |
