mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-28 02:21:00 +01:00
removed genre virtualization
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user