diff --git a/MediaBrowser.Server.Implementations/ServerApplicationPaths.cs b/MediaBrowser.Server.Implementations/ServerApplicationPaths.cs index fe0110ef6..c2512e016 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"); } }