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

@@ -82,24 +82,6 @@ namespace Emby.Server.Implementations
/// <value>The year path.</value>
public string YearPath => Path.Combine(InternalMetadataPath, "Year");
/// <summary>
/// Gets the path to the General IBN directory.
/// </summary>
/// <value>The general path.</value>
public string GeneralPath => Path.Combine(InternalMetadataPath, "general");
/// <summary>
/// Gets the path to the Ratings IBN directory.
/// </summary>
/// <value>The ratings path.</value>
public string RatingsPath => Path.Combine(InternalMetadataPath, "ratings");
/// <summary>
/// Gets the media info images path.
/// </summary>
/// <value>The media info images path.</value>
public string MediaInfoImagesPath => Path.Combine(InternalMetadataPath, "mediainfo");
/// <summary>
/// Gets the path to the user configuration directory.
/// </summary>