diff options
| author | MrTimscampi <julien.machiels@protonmail.com> | 2021-07-28 23:25:45 +0200 |
|---|---|---|
| committer | MrTimscampi <julien.machiels@protonmail.com> | 2021-08-16 00:22:36 +0200 |
| commit | 8594ee7a2275403d0569529cd1e1237e10cc7d77 (patch) | |
| tree | a7108a48c61e632560c9d77c5c57e91311b6754d | |
| parent | c9b1cd1d8cfa3764eff3dfe97baac10ce229d2e9 (diff) | |
Fix documentation for lyricist and arranger
| -rw-r--r-- | MediaBrowser.Model/Entities/PersonType.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MediaBrowser.Model/Entities/PersonType.cs b/MediaBrowser.Model/Entities/PersonType.cs index 7b780f7d7..b985507f0 100644 --- a/MediaBrowser.Model/Entities/PersonType.cs +++ b/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"; |
