From d0f1a836216e87d6e03c7c3ebdbd78c0e7ddcf76 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sat, 8 Feb 2014 15:02:35 -0500 Subject: added more image providers --- MediaBrowser.Controller/IServerApplicationPaths.cs | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'MediaBrowser.Controller/IServerApplicationPaths.cs') diff --git a/MediaBrowser.Controller/IServerApplicationPaths.cs b/MediaBrowser.Controller/IServerApplicationPaths.cs index e163ac31d..05f681597 100644 --- a/MediaBrowser.Controller/IServerApplicationPaths.cs +++ b/MediaBrowser.Controller/IServerApplicationPaths.cs @@ -1,4 +1,5 @@ -using MediaBrowser.Common.Configuration; +using System; +using MediaBrowser.Common.Configuration; namespace MediaBrowser.Controller { @@ -101,9 +102,16 @@ namespace MediaBrowser.Controller string TranscodingTempPath { get; } /// - /// Gets the downloaded images data path. + /// Gets the internal metadata path. /// - /// The downloaded images data path. - string DownloadedImagesDataPath { get; } + /// The internal metadata path. + string InternalMetadataPath { get; } + + /// + /// Gets the internal metadata path. + /// + /// The identifier. + /// System.String. + string GetInternalMetadataPath(Guid id); } } \ No newline at end of file -- cgit v1.2.3