added a new MusicGenre entity

This commit is contained in:
Luke Pulverenti
2013-06-10 23:31:00 -04:00
parent fab983b6dc
commit 18325159c5
18 changed files with 450 additions and 16 deletions

View File

@@ -40,6 +40,12 @@ namespace MediaBrowser.Controller
/// <value>The genre path.</value>
string GenrePath { get; }
/// <summary>
/// Gets the music genre path.
/// </summary>
/// <value>The music genre path.</value>
string MusicGenrePath { get; }
/// <summary>
/// Gets the artists path.
/// </summary>