diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-08-18 01:56:10 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-08-18 01:56:10 -0400 |
| commit | cc62faa1c2c212d07c556e5368888ecc3ee537eb (patch) | |
| tree | 8b0bc5b91cfd5a2d768586f887bdcabb3244ccca /MediaBrowser.Controller/IServerApplicationPaths.cs | |
| parent | d6dc6ffe7e6f7a9699c764cba2bf32c996dcd771 (diff) | |
update season queries
Diffstat (limited to 'MediaBrowser.Controller/IServerApplicationPaths.cs')
| -rw-r--r-- | MediaBrowser.Controller/IServerApplicationPaths.cs | 2 |
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 |
