mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-15 23:58:57 +00:00
Fix documentation for lyricist and arranger
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user