diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-06-13 16:15:16 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-06-13 16:15:16 -0400 |
| commit | bc44f38d79a5ee7fb2502b1c29f252943e6270fd (patch) | |
| tree | 3411da438bb8e8a274f4c28cba2814efff48eb2b | |
| parent | e95837ff536599984f6a0a7dfc91b9aec9a85757 (diff) | |
singular music genre path
| -rw-r--r-- | MediaBrowser.Server.Implementations/ServerApplicationPaths.cs | 2 |
1 files changed, 1 insertions, 1 deletions
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"); } } |
