diff options
Diffstat (limited to 'MediaBrowser.Controller/Entities/Genre.cs')
| -rw-r--r-- | MediaBrowser.Controller/Entities/Genre.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/Entities/Genre.cs b/MediaBrowser.Controller/Entities/Genre.cs index b2b4653532..e02a427e0f 100644 --- a/MediaBrowser.Controller/Entities/Genre.cs +++ b/MediaBrowser.Controller/Entities/Genre.cs @@ -4,7 +4,7 @@ namespace MediaBrowser.Controller.Entities /// <summary> /// Class Genre /// </summary> - public class Genre : BaseItem + public class Genre : BaseItem, IItemByName { /// <summary> /// Gets the user data key. |
