2
0
Эх сурвалжийг харах

Fix documentation for lyricist and arranger

MrTimscampi 3 жил өмнө
parent
commit
8594ee7a22

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

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