diff options
| author | Luke <luke.pulverenti@gmail.com> | 2016-08-18 01:57:43 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-08-18 01:57:43 -0400 |
| commit | edb956febcad89779b455e2a7f9e26b1d46d1625 (patch) | |
| tree | 1a8b7a47bc688ef8115656d59492a5bbc3e6bd48 /MediaBrowser.Server.Implementations/ServerApplicationPaths.cs | |
| parent | 6b47232b15f7398af28843049f11070de20fab3f (diff) | |
| parent | cc62faa1c2c212d07c556e5368888ecc3ee537eb (diff) | |
Merge pull request #2069 from MediaBrowser/dev
update season queries
Diffstat (limited to 'MediaBrowser.Server.Implementations/ServerApplicationPaths.cs')
| -rw-r--r-- | MediaBrowser.Server.Implementations/ServerApplicationPaths.cs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/MediaBrowser.Server.Implementations/ServerApplicationPaths.cs b/MediaBrowser.Server.Implementations/ServerApplicationPaths.cs index 8a04f29a2..237d49fda 100644 --- a/MediaBrowser.Server.Implementations/ServerApplicationPaths.cs +++ b/MediaBrowser.Server.Implementations/ServerApplicationPaths.cs @@ -88,6 +88,14 @@ namespace MediaBrowser.Server.Implementations } } + public string ArtistsPath + { + get + { + return Path.Combine(ItemsByNamePath, "artists"); + } + } + /// <summary> /// Gets the path to the Genre directory /// </summary> |
