Update ILibraryManager.cs

This commit is contained in:
Rich Lander
2021-07-26 17:07:47 -07:00
committed by GitHub
parent 6a005f6a4f
commit 092e7c91b4

View File

@@ -114,7 +114,7 @@ namespace MediaBrowser.Controller.Library
/// <summary>
/// Gets a Genre.
/// </summary>
/// <param name="name">The name of genre.</param>
/// <param name="name">The name of the genre.</param>
/// <returns>Task{Genre}.</returns>
Genre GetGenre(string name);