removed genre virtualization

This commit is contained in:
Luke Pulverenti
2013-08-07 13:11:02 -04:00
parent 5225e054cd
commit d1d4bef1d1
7 changed files with 102 additions and 50 deletions

View File

@@ -543,7 +543,7 @@ namespace MediaBrowser.Controller.Entities
/// Gets or sets the genres.
/// </summary>
/// <value>The genres.</value>
public virtual List<string> Genres { get; set; }
public List<string> Genres { get; set; }
/// <summary>
/// Gets or sets the home page URL.