From 18325159c5b46d2aa31d2dafd837ede7214b28ef Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Mon, 10 Jun 2013 23:31:00 -0400 Subject: added a new MusicGenre entity --- MediaBrowser.Controller/Library/ILibraryManager.cs | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'MediaBrowser.Controller/Library') diff --git a/MediaBrowser.Controller/Library/ILibraryManager.cs b/MediaBrowser.Controller/Library/ILibraryManager.cs index ff859af9c..dd2afcb3f 100644 --- a/MediaBrowser.Controller/Library/ILibraryManager.cs +++ b/MediaBrowser.Controller/Library/ILibraryManager.cs @@ -81,6 +81,14 @@ namespace MediaBrowser.Controller.Library /// Task{Genre}. Task GetGenre(string name, bool allowSlowProviders = false); + /// + /// Gets the genre. + /// + /// The name. + /// if set to true [allow slow providers]. + /// Task{MusicGenre}. + Task GetMusicGenre(string name, bool allowSlowProviders = false); + /// /// Gets a Year /// -- cgit v1.2.3