aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Entities/Person.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2017-04-18 01:53:39 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2017-04-18 01:53:39 -0400
commit4d7d8961b44aadd1d1c8f84bedd5d5ff9508d876 (patch)
tree2d6390aa6429d6ef37191235f2140611262186da /MediaBrowser.Controller/Entities/Person.cs
parent6a66aef608a0caa567f603edbd9a4e3466fda469 (diff)
update encoding detection
Diffstat (limited to 'MediaBrowser.Controller/Entities/Person.cs')
-rw-r--r--MediaBrowser.Controller/Entities/Person.cs6
1 files changed, 0 insertions, 6 deletions
diff --git a/MediaBrowser.Controller/Entities/Person.cs b/MediaBrowser.Controller/Entities/Person.cs
index b68681d36..005fb2014 100644
--- a/MediaBrowser.Controller/Entities/Person.cs
+++ b/MediaBrowser.Controller/Entities/Person.cs
@@ -15,12 +15,6 @@ namespace MediaBrowser.Controller.Entities
/// </summary>
public class Person : BaseItem, IItemByName, IHasLookupInfo<PersonLookupInfo>
{
- /// <summary>
- /// Gets or sets the place of birth.
- /// </summary>
- /// <value>The place of birth.</value>
- public string PlaceOfBirth { get; set; }
-
public override List<string> GetUserDataKeys()
{
var list = base.GetUserDataKeys();