Parcourir la source

Removed virtual tag from DisplayMediaType

Luke Pulverenti il y a 12 ans
Parent
commit
d5e06c67ff
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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.