Merge pull request #11963 from gnattu/fix-rename-lib

Fix Library renaming
This commit is contained in:
Joshua M. Boniface
2024-06-05 17:30:56 -04:00
committed by GitHub
3 changed files with 24 additions and 2 deletions

View File

@@ -1029,7 +1029,7 @@ namespace Emby.Server.Implementations.Library
}
}
private async Task ValidateTopLibraryFolders(CancellationToken cancellationToken, bool removeRoot = false)
public async Task ValidateTopLibraryFolders(CancellationToken cancellationToken, bool removeRoot = false)
{
await RootFolder.RefreshMetadata(cancellationToken).ConfigureAwait(false);