mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-17 08:38:03 +00:00
fixes #139 - 'Undefined' Library
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user