Преглед на файлове

Fix documentation for lyricist and arranger

MrTimscampi преди 3 години
родител
ревизия
8594ee7a22
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      MediaBrowser.Model/Entities/PersonType.cs

+ 2 - 2
MediaBrowser.Model/Entities/PersonType.cs

@@ -41,12 +41,12 @@ namespace MediaBrowser.Model.Entities
         public const string Conductor = "Conductor";
 
         /// <summary>
-        /// The lyricist.
+        /// A person who writes the words to a song or musical.
         /// </summary>
         public const string Lyricist = "Lyricist";
 
         /// <summary>
-        /// A person who writes the words to a song or musical.
+        /// A person who adapts a musical composition for performance.
         /// </summary>
         public const string Arranger = "Arranger";