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) --- MediaBrowser.Controller/IServerApplicationPaths.cs | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'MediaBrowser.Controller/IServerApplicationPaths.cs') diff --git a/MediaBrowser.Controller/IServerApplicationPaths.cs b/MediaBrowser.Controller/IServerApplicationPaths.cs index 1890dbb36..608286cd8 100644 --- a/MediaBrowser.Controller/IServerApplicationPaths.cs +++ b/MediaBrowser.Controller/IServerApplicationPaths.cs @@ -50,24 +50,6 @@ namespace MediaBrowser.Controller /// The year path. string YearPath { get; } - /// - /// Gets the path to the General IBN directory. - /// - /// The general path. - string GeneralPath { get; } - - /// - /// Gets the path to the Ratings IBN directory. - /// - /// 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