aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Library/LibraryManager.cs
diff options
context:
space:
mode:
authorgnattu <gnattuoc@me.com>2024-04-13 14:58:29 +0800
committergnattu <gnattuoc@me.com>2024-04-13 14:58:29 +0800
commit4fa6b8874f0cc773a977b09aec249d207a1335d3 (patch)
tree6de58457b99043cd64e13cc9d3ab84c8820983cc /Emby.Server.Implementations/Library/LibraryManager.cs
parent204146a3a504c4cc417c9eb68c32271e3f585352 (diff)
fix: typo
Signed-off-by: gnattu <gnattuoc@me.com>
Diffstat (limited to 'Emby.Server.Implementations/Library/LibraryManager.cs')
-rw-r--r--Emby.Server.Implementations/Library/LibraryManager.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Library/LibraryManager.cs b/Emby.Server.Implementations/Library/LibraryManager.cs
index baed887e3..da6c75674 100644
--- a/Emby.Server.Implementations/Library/LibraryManager.cs
+++ b/Emby.Server.Implementations/Library/LibraryManager.cs
@@ -1046,7 +1046,7 @@ namespace Emby.Server.Implementations.Library
await GetUserRootFolder().RefreshMetadata(cancellationToken).ConfigureAwait(false);
- // HACK: override IsRootHere for libraries to be removed
+ // HACK: override IsRoot here for libraries to be removed
if (removeRoot) GetUserRootFolder().IsRoot = false;
await GetUserRootFolder().ValidateChildren(
new Progress<double>(),