From d5e06c67ffad6c8ecd413f7bf4d7c7e8be42bee6 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Fri, 14 Jun 2013 08:18:40 -0400 Subject: [PATCH] Removed virtual tag from DisplayMediaType --- MediaBrowser.Controller/Entities/BaseItem.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MediaBrowser.Controller/Entities/BaseItem.cs b/MediaBrowser.Controller/Entities/BaseItem.cs index 4c5575ae32..6ae465aa7e 100644 --- a/MediaBrowser.Controller/Entities/BaseItem.cs +++ b/MediaBrowser.Controller/Entities/BaseItem.cs @@ -519,7 +519,7 @@ namespace MediaBrowser.Controller.Entities /// Gets or sets the display type of the media. /// /// The display type of the media. - public virtual string DisplayMediaType { get; set; } + public string DisplayMediaType { get; set; } /// /// Gets or sets the backdrop image paths.