aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Entities
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2013-08-03 10:38:56 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2013-08-03 10:38:56 -0400
commitc411fdc93a2811af4fba11319e6642211465f568 (patch)
tree83e3db65d22c40e1dc018e519cb36ec099918b28 /MediaBrowser.Controller/Entities
parente9722763b4291af21839b4bb071e919533a50d95 (diff)
added methods to edit ibn images
Diffstat (limited to 'MediaBrowser.Controller/Entities')
-rw-r--r--MediaBrowser.Controller/Entities/TV/Episode.cs8
1 files changed, 8 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/Entities/TV/Episode.cs b/MediaBrowser.Controller/Entities/TV/Episode.cs
index bef98bf9df..737fa9fd63 100644
--- a/MediaBrowser.Controller/Entities/TV/Episode.cs
+++ b/MediaBrowser.Controller/Entities/TV/Episode.cs
@@ -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
{