fixes #139 - 'Undefined' Library

pull/702/head
Luke Pulverenti 12 years ago
parent f2a9b76be2
commit d792fa4359

@ -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.

Loading…
Cancel
Save