소스 검색

pluralize music genres path

Luke Pulverenti 12 년 전
부모
커밋
be1fcf1682
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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, "MusicGenre");
+                return Path.Combine(ItemsByNamePath, "MusicGenres");
             }
         }