Update ILibraryManager.cs

This commit is contained in:
Rich Lander
2021-07-26 16:40:05 -07:00
committed by GitHub
parent dfaf89a681
commit 6a005f6a4f

View File

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