fixes #139 - 'Undefined' Library

This commit is contained in:
Luke Pulverenti 2013-04-14 07:57:22 -04:00
parent f2a9b76be2
commit d792fa4359

View File

@ -32,7 +32,7 @@ namespace MediaBrowser.Controller.Entities
/// Gets or sets the name.
/// </summary>
/// <value>The name.</value>
public string Name { get; set; }
public virtual string Name { get; set; }
/// <summary>
/// Gets or sets the id.