From 9911df11e8a96d5d7fffcd8618b63a6adb27701f Mon Sep 17 00:00:00 2001 From: LukePulverenti Date: Fri, 8 Mar 2013 00:08:27 -0500 Subject: extracted provider manager. took more off the kernel --- MediaBrowser.Controller/IServerApplicationPaths.cs | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'MediaBrowser.Controller/IServerApplicationPaths.cs') 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. /// /// The FF MPEG stream cache path. - string FFMpegStreamCachePath { get; } + string EncodedMediaCachePath { get; } /// /// Gets the folder path to tools /// /// The media tools path. string MediaToolsPath { get; } + + /// + /// Gets the downloaded images data path. + /// + /// The downloaded images data path. + string DownloadedImagesDataPath { get; } } } \ No newline at end of file -- cgit v1.2.3