mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-05-24 02:02:29 -04:00
fix: typo
Signed-off-by: gnattu <gnattuoc@me.com>
This commit is contained in:
parent
204146a3a5
commit
4fa6b8874f
@ -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>(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user