aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Entities
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2016-02-21 12:23:04 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2016-02-21 12:23:04 -0500
commitde871b5d5027d319ba0d6ee40f12334f08d54385 (patch)
treec0da799874132a228960d14d7455a3a863ac534c /MediaBrowser.Model/Entities
parent119c4f143570958aae94f14adca1104a72dfb7ca (diff)
parent9811a985c97e489be0dbc1767061f2bff5127437 (diff)
Merge branch 'dev' of https://github.com/MediaBrowser/Emby into dev
Diffstat (limited to 'MediaBrowser.Model/Entities')
-rw-r--r--MediaBrowser.Model/Entities/PersonType.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/MediaBrowser.Model/Entities/PersonType.cs b/MediaBrowser.Model/Entities/PersonType.cs
index bdf8460952..bc274972da 100644
--- a/MediaBrowser.Model/Entities/PersonType.cs
+++ b/MediaBrowser.Model/Entities/PersonType.cs
@@ -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";
}
}