diff --git a/MediaBrowser.Server.Implementations/ServerApplicationPaths.cs b/MediaBrowser.Server.Implementations/ServerApplicationPaths.cs index fe0110ef68..c2512e0167 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, "MusicGenres"); + return Path.Combine(ItemsByNamePath, "MusicGenre"); } }