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/IServerApplicationPaths.cs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'MediaBrowser.Controller/IServerApplicationPaths.cs') diff --git a/MediaBrowser.Controller/IServerApplicationPaths.cs b/MediaBrowser.Controller/IServerApplicationPaths.cs index 9325d2054..58b6bb12f 100644 --- a/MediaBrowser.Controller/IServerApplicationPaths.cs +++ b/MediaBrowser.Controller/IServerApplicationPaths.cs @@ -40,6 +40,12 @@ namespace MediaBrowser.Controller /// The genre path. string GenrePath { get; } + /// + /// Gets the music genre path. + /// + /// The music genre path. + string MusicGenrePath { get; } + /// /// Gets the artists path. /// -- cgit v1.2.3