diff options
| author | LukePulverenti Luke Pulverenti luke pulverenti <LukePulverenti Luke Pulverenti luke.pulverenti@gmail.com> | 2012-08-17 12:47:35 -0400 |
|---|---|---|
| committer | LukePulverenti Luke Pulverenti luke pulverenti <LukePulverenti Luke Pulverenti luke.pulverenti@gmail.com> | 2012-08-17 12:47:35 -0400 |
| commit | 5c6ec34a9cff0819957fe5e4278f6e0d1ecc1fa3 (patch) | |
| tree | 59209813ff9588bcca79a6f32124bac0acad3c1a /MediaBrowser.Model/Entities | |
| parent | 5c094afd7e79934cb02f29a9a0080ed12c7e1098 (diff) | |
Consolidated handlers that return lists of items. Renamed ApiBaseItemWrapper to ApiBaseItemContainer. Added Person and Studio DTO's to BaseItemWrapper
Diffstat (limited to 'MediaBrowser.Model/Entities')
| -rw-r--r-- | MediaBrowser.Model/Entities/Person.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/MediaBrowser.Model/Entities/Person.cs b/MediaBrowser.Model/Entities/Person.cs index 690a2de857..e85f8a9050 100644 --- a/MediaBrowser.Model/Entities/Person.cs +++ b/MediaBrowser.Model/Entities/Person.cs @@ -6,7 +6,6 @@ namespace MediaBrowser.Model.Entities /// </summary>
public class Person : BaseEntity
{
- public PersonType PersonType { get; set; }
}
/// <summary>
|
