diff options
| author | Eric Reed <ebr@mediabrowser3.com> | 2013-05-02 10:41:35 -0400 |
|---|---|---|
| committer | Eric Reed <ebr@mediabrowser3.com> | 2013-05-02 10:41:35 -0400 |
| commit | ea14160b8712b42b92d6a6cd01f807ad989a0b76 (patch) | |
| tree | 66d5efd5c1738d299759af5f0e651d5cdc981827 /MediaBrowser.Controller/IServerApplicationPaths.cs | |
| parent | 6176225a7a5b22358be8ea88052e40d1d19e51d4 (diff) | |
| parent | 878ba9447613e0ca85434222c75ece90b1c18946 (diff) | |
Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowser
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 09f2f5e8e..9325d2054 100644 --- a/MediaBrowser.Controller/IServerApplicationPaths.cs +++ b/MediaBrowser.Controller/IServerApplicationPaths.cs @@ -71,6 +71,12 @@ namespace MediaBrowser.Controller string RatingsPath { get; } /// <summary> + /// Gets the media info images path. + /// </summary> + /// <value>The media info images path.</value> + string MediaInfoImagesPath { get; } + + /// <summary> /// Gets the path to the user configuration directory /// </summary> /// <value>The user configuration directory path.</value> |
