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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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