Browse Source

singular music genre path

Luke Pulverenti 12 years ago
parent
commit
bc44f38d79
1 changed files with 1 additions and 1 deletions
  1. 1 1
      MediaBrowser.Server.Implementations/ServerApplicationPaths.cs

+ 1 - 1
MediaBrowser.Server.Implementations/ServerApplicationPaths.cs

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