diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-06-14 08:18:40 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-06-14 08:18:40 -0400 |
| commit | d5e06c67ffad6c8ecd413f7bf4d7c7e8be42bee6 (patch) | |
| tree | 4ce4747a7af15d0777417a87cb7659584c82cf7b /MediaBrowser.Controller/Entities/BaseItem.cs | |
| parent | ef2fe671742974483a46aa8bb8a397a01a281a03 (diff) | |
Removed virtual tag from DisplayMediaType
Diffstat (limited to 'MediaBrowser.Controller/Entities/BaseItem.cs')
| -rw-r--r-- | MediaBrowser.Controller/Entities/BaseItem.cs | 2 |
1 files changed, 1 insertions, 1 deletions
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. /// </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. |
