Update ILibraryManager.cs

This commit is contained in:
Rich Lander
2021-07-26 17:58:56 -07:00
committed by GitHub
parent 092e7c91b4
commit a0678a9261

View File

@@ -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);