Added CleanupCollection task

This commit is contained in:
Jean-Pierre Bachmann
2023-02-01 19:34:58 +01:00
parent 992b460912
commit 6b8d169529
3 changed files with 127 additions and 1 deletions

View File

@@ -112,7 +112,8 @@ namespace Emby.Server.Implementations.Collections
return Path.Combine(_appPaths.DataPath, "collections");
}
private Task<Folder?> GetCollectionsFolder(bool createIfNeeded)
/// <inheritdoc />
public Task<Folder?> GetCollectionsFolder(bool createIfNeeded)
{
return EnsureLibraryFolder(GetCollectionsFolderPath(), createIfNeeded);
}