|
@@ -98,7 +98,7 @@ namespace MediaBrowser.Controller.Library
|
|
/// <summary>
|
|
/// <summary>
|
|
/// Gets the artist.
|
|
/// Gets the artist.
|
|
/// </summary>
|
|
/// </summary>
|
|
- /// <param name="name">The name.</param>
|
|
|
|
|
|
+ /// <param name="name">The name of the artist.</param>
|
|
/// <returns>Task{Artist}.</returns>
|
|
/// <returns>Task{Artist}.</returns>
|
|
MusicArtist GetArtist(string name);
|
|
MusicArtist GetArtist(string name);
|
|
|
|
|