aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Library/LibraryManager.cs
diff options
context:
space:
mode:
authorBond-009 <bond.009@outlook.com>2021-04-29 21:13:24 +0200
committerGitHub <noreply@github.com>2021-04-29 21:13:24 +0200
commit7195d3e42fe57c31171558e270f2ed09499f65f0 (patch)
tree18bf5a342051961ba8ecc4c6bd2d59b83dd9a1be /Emby.Server.Implementations/Library/LibraryManager.cs
parentdcc2df75ec176ca2b4958b0f358f68f2bbaeddd5 (diff)
parenta02e37daa009bebc3c5076b0e407dffe41e84c55 (diff)
Merge pull request #5893 from Bond-009/db
SqliteItemRepository: remove redundant operations
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 7d030418a..9f25f3c30 100644
--- a/Emby.Server.Implementations/Library/LibraryManager.cs
+++ b/Emby.Server.Implementations/Library/LibraryManager.cs
@@ -1163,7 +1163,7 @@ namespace Emby.Server.Implementations.Library
progress.Report(percent * 100);
}
- _itemRepository.UpdateInheritedValues(cancellationToken);
+ _itemRepository.UpdateInheritedValues();
progress.Report(100);
}