music lyricist, writer

This commit is contained in:
vicpa
2016-02-21 11:42:56 -05:00
parent ad8b43cc3d
commit 147a4dc602
2 changed files with 24 additions and 0 deletions

View File

@@ -34,5 +34,9 @@ namespace MediaBrowser.Model.Entities
/// The conductor
/// </summary>
public const string Conductor = "Conductor";
/// <summary>
/// The lyricist
/// </summary>
public const string Lyricist = "Lyricist";
}
}