diff --git a/MediaBrowser.Controller/Entities/BaseItem.cs b/MediaBrowser.Controller/Entities/BaseItem.cs
index 4c5575ae3..6ae465aa7 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.