From 5732e6188c78e9e0de4a5557bfa9cfa64e05b506 Mon Sep 17 00:00:00 2001 From: Bond_009 Date: Tue, 15 Feb 2022 18:59:46 +0100 Subject: Fix some warnings --- Emby.Server.Implementations/Library/LibraryManager.cs | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'Emby.Server.Implementations/Library') diff --git a/Emby.Server.Implementations/Library/LibraryManager.cs b/Emby.Server.Implementations/Library/LibraryManager.cs index 064fd2372..637f757f8 100644 --- a/Emby.Server.Implementations/Library/LibraryManager.cs +++ b/Emby.Server.Implementations/Library/LibraryManager.cs @@ -1007,14 +1007,8 @@ namespace Emby.Server.Implementations.Library return GetNewItemIdInternal(path, typeof(T), forceCaseInsensitiveId); } - /// - /// Validate and refresh the People sub-set of the IBN. - /// The items are stored in the db but not loaded into memory until actually requested by an operation. - /// - /// The cancellation token. - /// The progress. - /// Task. - public Task ValidatePeople(CancellationToken cancellationToken, IProgress progress) + /// + public Task ValidatePeopleAsync(IProgress progress, CancellationToken cancellationToken) { // Ensure the location is available. Directory.CreateDirectory(_configurationManager.ApplicationPaths.PeoplePath); -- cgit v1.2.3