mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-11 14:24:14 +01:00
fixes #139 - 'Undefined' Library
This commit is contained in:
parent
f2a9b76be2
commit
d792fa4359
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue