added methods to edit ibn images

This commit is contained in:
Luke Pulverenti
2013-08-03 10:38:56 -04:00
parent e9722763b4
commit c411fdc93a
6 changed files with 417 additions and 273 deletions

View File

@@ -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
{