mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-19 12:44:19 +01:00
added methods to edit ibn images
This commit is contained in:
@@ -73,6 +73,10 @@ namespace MediaBrowser.Controller.Entities.TV
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Gets all genres.
|
||||
/// </summary>
|
||||
/// <value>All genres.</value>
|
||||
[IgnoreDataMember]
|
||||
public override IEnumerable<string> AllGenres
|
||||
{
|
||||
@@ -83,6 +87,10 @@ namespace MediaBrowser.Controller.Entities.TV
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Gets all studios.
|
||||
/// </summary>
|
||||
/// <value>All studios.</value>
|
||||
[IgnoreDataMember]
|
||||
public override IEnumerable<string> AllStudios
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user