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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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