From 73b76a4f189eb4f5fe6677d322cfa5a2ff6bf3e5 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Thu, 2 May 2013 10:30:38 -0400 Subject: added image by name api methods --- MediaBrowser.Controller/IServerApplicationPaths.cs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'MediaBrowser.Controller/IServerApplicationPaths.cs') 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 @@ -70,6 +70,12 @@ namespace MediaBrowser.Controller /// The ratings path. string RatingsPath { get; } + /// + /// Gets the media info images path. + /// + /// The media info images path. + string MediaInfoImagesPath { get; } + /// /// Gets the path to the user configuration directory /// -- cgit v1.2.3