diff options
Diffstat (limited to 'MediaBrowser.Controller/IServerApplicationPaths.cs')
| -rw-r--r-- | MediaBrowser.Controller/IServerApplicationPaths.cs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/IServerApplicationPaths.cs b/MediaBrowser.Controller/IServerApplicationPaths.cs index 6b17b5d79..1898f862c 100644 --- a/MediaBrowser.Controller/IServerApplicationPaths.cs +++ b/MediaBrowser.Controller/IServerApplicationPaths.cs @@ -41,6 +41,12 @@ namespace MediaBrowser.Controller string GenrePath { get; } /// <summary> + /// Gets the artists path. + /// </summary> + /// <value>The artists path.</value> + string ArtistsPath { get; } + + /// <summary> /// Gets the path to the Studio directory /// </summary> /// <value>The studio path.</value> |
