mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 05:53:03 +03:00
denormalize series fields
This commit is contained in:
@@ -7,6 +7,8 @@ namespace MediaBrowser.Controller.Entities
|
||||
/// Gets the name of the series.
|
||||
/// </summary>
|
||||
/// <value>The name of the series.</value>
|
||||
string SeriesName { get; }
|
||||
string SeriesName { get; set; }
|
||||
|
||||
string FindSeriesName();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user