Remove unused ImageByName API (#8928)

This commit is contained in:
Niels van Velzen
2022-12-20 02:44:13 +01:00
committed by GitHub
parent 760b7f8fca
commit 180d17c991
3 changed files with 0 additions and 288 deletions

View File

@@ -50,24 +50,6 @@ namespace MediaBrowser.Controller
/// <value>The year path.</value>
string YearPath { get; }
/// <summary>
/// Gets the path to the General IBN directory.
/// </summary>
/// <value>The general path.</value>
string GeneralPath { get; }
/// <summary>
/// Gets the path to the Ratings IBN directory.
/// </summary>
/// <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>