aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2013-06-10 23:32:41 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2013-06-10 23:32:41 -0400
commitbe1fcf1682b4a23e80f45c57d52246c61c09815d (patch)
treeeb42db576ab8aa15c93e8e917e79224081fc350e
parent18325159c5b46d2aa31d2dafd837ede7214b28ef (diff)
pluralize music genres path
-rw-r--r--MediaBrowser.Server.Implementations/ServerApplicationPaths.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Implementations/ServerApplicationPaths.cs b/MediaBrowser.Server.Implementations/ServerApplicationPaths.cs
index c2512e016..fe0110ef6 100644
--- a/MediaBrowser.Server.Implementations/ServerApplicationPaths.cs
+++ b/MediaBrowser.Server.Implementations/ServerApplicationPaths.cs
@@ -114,7 +114,7 @@ namespace MediaBrowser.Server.Implementations
{
get
{
- return Path.Combine(ItemsByNamePath, "MusicGenre");
+ return Path.Combine(ItemsByNamePath, "MusicGenres");
}
}