Преглед на файлове

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");
             }
         }