diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-05-02 10:30:38 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-05-02 10:30:38 -0400 |
| commit | 73b76a4f189eb4f5fe6677d322cfa5a2ff6bf3e5 (patch) | |
| tree | 59449354ed292f3fb2445ddd8a27662f72c178cc /MediaBrowser.Controller/IServerApplicationPaths.cs | |
| parent | b11d06f36f31317f072e6cd1a27bd7d06b5f0c17 (diff) | |
added image by name api methods
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> |
