From 180d17c991d58757e6b96e66f7ff68aedd55b463 Mon Sep 17 00:00:00 2001 From: Niels van Velzen Date: Tue, 20 Dec 2022 02:44:13 +0100 Subject: Remove unused ImageByName API (#8928) --- Emby.Server.Implementations/ServerApplicationPaths.cs | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'Emby.Server.Implementations/ServerApplicationPaths.cs') diff --git a/Emby.Server.Implementations/ServerApplicationPaths.cs b/Emby.Server.Implementations/ServerApplicationPaths.cs index 369a2b0d8..725df98da 100644 --- a/Emby.Server.Implementations/ServerApplicationPaths.cs +++ b/Emby.Server.Implementations/ServerApplicationPaths.cs @@ -82,24 +82,6 @@ namespace Emby.Server.Implementations /// The year path. public string YearPath => Path.Combine(InternalMetadataPath, "Year"); - /// - /// Gets the path to the General IBN directory. - /// - /// The general path. - public string GeneralPath => Path.Combine(InternalMetadataPath, "general"); - - /// - /// Gets the path to the Ratings IBN directory. - /// - /// The ratings path. - public string RatingsPath => Path.Combine(InternalMetadataPath, "ratings"); - - /// - /// Gets the media info images path. - /// - /// The media info images path. - public string MediaInfoImagesPath => Path.Combine(InternalMetadataPath, "mediainfo"); - /// /// Gets the path to the user configuration directory. /// -- cgit v1.2.3