浏览代码

Removed virtual tag from DisplayMediaType

Luke Pulverenti 12 年之前
父节点
当前提交
d5e06c67ff
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      MediaBrowser.Controller/Entities/BaseItem.cs

+ 1 - 1
MediaBrowser.Controller/Entities/BaseItem.cs

@@ -519,7 +519,7 @@ namespace MediaBrowser.Controller.Entities
         /// Gets or sets the display type of the media.
         /// </summary>
         /// <value>The display type of the media.</value>
-        public virtual string DisplayMediaType { get; set; }
+        public string DisplayMediaType { get; set; }
 
         /// <summary>
         /// Gets or sets the backdrop image paths.