added image by name api methods

This commit is contained in:
Luke Pulverenti
2013-05-02 10:30:38 -04:00
parent b11d06f36f
commit 73b76a4f18
8 changed files with 51 additions and 4 deletions

View File

@@ -70,6 +70,12 @@ namespace MediaBrowser.Controller
/// <value>The ratings path.</value>
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>