Explorar o código

fix: typo

Signed-off-by: gnattu <gnattuoc@me.com>
gnattu hai 1 ano
pai
achega
4fa6b8874f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Emby.Server.Implementations/Library/LibraryManager.cs

+ 1 - 1
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>(),