From 02ebeb0e5bc85a62a395e5605b66b9b558c4e2c8 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sun, 29 Sep 2013 20:51:04 -0400 Subject: added logging during app update, and IsHD --- MediaBrowser.Model/Entities/BaseItemInfo.cs | 6 ------ 1 file changed, 6 deletions(-) (limited to 'MediaBrowser.Model/Entities') 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 @@ -32,12 +32,6 @@ namespace MediaBrowser.Model.Entities /// The type of the media. public string MediaType { get; set; } - /// - /// Gets or sets a value indicating whether this instance is folder. - /// - /// true if this instance is folder; otherwise, false. - public bool IsFolder { get; set; } - /// /// Gets or sets the run time ticks. /// -- cgit v1.2.3