diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-09-29 20:51:04 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-09-29 20:51:04 -0400 |
| commit | 02ebeb0e5bc85a62a395e5605b66b9b558c4e2c8 (patch) | |
| tree | 78a159979e038938c019cd3c60473f6e9e0b217d /MediaBrowser.Model/Entities | |
| parent | cdfb009df876e4f5bcc99b5017ef7f4154131a4c (diff) | |
added logging during app update, and IsHD
Diffstat (limited to 'MediaBrowser.Model/Entities')
| -rw-r--r-- | MediaBrowser.Model/Entities/BaseItemInfo.cs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/MediaBrowser.Model/Entities/BaseItemInfo.cs b/MediaBrowser.Model/Entities/BaseItemInfo.cs index 0d8e35cc9..faf6fd47a 100644 --- a/MediaBrowser.Model/Entities/BaseItemInfo.cs +++ b/MediaBrowser.Model/Entities/BaseItemInfo.cs @@ -33,12 +33,6 @@ namespace MediaBrowser.Model.Entities public string MediaType { get; set; } /// <summary> - /// Gets or sets a value indicating whether this instance is folder. - /// </summary> - /// <value><c>true</c> if this instance is folder; otherwise, <c>false</c>.</value> - public bool IsFolder { get; set; } - - /// <summary> /// Gets or sets the run time ticks. /// </summary> /// <value>The run time ticks.</value> |
