aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/IServerApplicationPaths.cs
diff options
context:
space:
mode:
authorLuke <luke.pulverenti@gmail.com>2016-08-18 01:57:43 -0400
committerGitHub <noreply@github.com>2016-08-18 01:57:43 -0400
commitedb956febcad89779b455e2a7f9e26b1d46d1625 (patch)
tree1a8b7a47bc688ef8115656d59492a5bbc3e6bd48 /MediaBrowser.Controller/IServerApplicationPaths.cs
parent6b47232b15f7398af28843049f11070de20fab3f (diff)
parentcc62faa1c2c212d07c556e5368888ecc3ee537eb (diff)
Merge pull request #2069 from MediaBrowser/dev
update season queries
Diffstat (limited to 'MediaBrowser.Controller/IServerApplicationPaths.cs')
-rw-r--r--MediaBrowser.Controller/IServerApplicationPaths.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/IServerApplicationPaths.cs b/MediaBrowser.Controller/IServerApplicationPaths.cs
index c07934d0b..c89a60a6f 100644
--- a/MediaBrowser.Controller/IServerApplicationPaths.cs
+++ b/MediaBrowser.Controller/IServerApplicationPaths.cs
@@ -106,5 +106,7 @@ namespace MediaBrowser.Controller
/// </summary>
/// <value>The internal metadata path.</value>
string InternalMetadataPath { get; }
+
+ string ArtistsPath { get; }
}
} \ No newline at end of file