mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-25 18:16:56 +01:00
Implement ignore rule caching
This commit is contained in:
@@ -177,6 +177,13 @@ namespace MediaBrowser.Controller.Library
|
||||
/// <returns>Task.</returns>
|
||||
Task ValidateTopLibraryFolders(CancellationToken cancellationToken, bool removeRoot = false);
|
||||
|
||||
/// <summary>
|
||||
/// Clears the cached ignore rule directory lookups.
|
||||
/// Call this before triggering a library scan or item refresh to ensure
|
||||
/// any changes to .ignore files are picked up.
|
||||
/// </summary>
|
||||
void ClearIgnoreRuleCache();
|
||||
|
||||
Task UpdateImagesAsync(BaseItem item, bool forceUpdate = false);
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user