Selaa lähdekoodia

Update ILibraryManager.cs

Rich Lander 4 vuotta sitten
vanhempi
sitoutus
092e7c91b4
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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 of genre.</param>
+        /// <param name="name">The name of the genre.</param>
         /// <returns>Task{Genre}.</returns>
         Genre GetGenre(string name);