singular music genre path

This commit is contained in:
Luke Pulverenti 2013-06-13 16:15:16 -04:00
parent e95837ff53
commit bc44f38d79
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ namespace MediaBrowser.Server.Implementations
{
get
{
return Path.Combine(ItemsByNamePath, "MusicGenres");
return Path.Combine(ItemsByNamePath, "MusicGenre");
}
}