diff options
Diffstat (limited to 'MediaBrowser.Controller/IServerApplicationPaths.cs')
| -rw-r--r-- | MediaBrowser.Controller/IServerApplicationPaths.cs | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/IServerApplicationPaths.cs b/MediaBrowser.Controller/IServerApplicationPaths.cs index c9bac4dd2..f88d7a5f6 100644 --- a/MediaBrowser.Controller/IServerApplicationPaths.cs +++ b/MediaBrowser.Controller/IServerApplicationPaths.cs @@ -74,12 +74,18 @@ namespace MediaBrowser.Controller /// Gets the FF MPEG stream cache path. /// </summary> /// <value>The FF MPEG stream cache path.</value> - string FFMpegStreamCachePath { get; } + string EncodedMediaCachePath { get; } /// <summary> /// Gets the folder path to tools /// </summary> /// <value>The media tools path.</value> string MediaToolsPath { get; } + + /// <summary> + /// Gets the downloaded images data path. + /// </summary> + /// <value>The downloaded images data path.</value> + string DownloadedImagesDataPath { get; } } }
\ No newline at end of file |
