Ver Fonte

Update ILibraryManager.cs

Rich Lander há 3 anos atrás
pai
commit
6a005f6a4f
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      MediaBrowser.Controller/Library/ILibraryManager.cs

+ 1 - 1
MediaBrowser.Controller/Library/ILibraryManager.cs

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