Merge pull request #5893 from Bond-009/db

SqliteItemRepository: remove redundant operations
This commit is contained in:
Bond-009
2021-04-29 21:13:24 +02:00
committed by GitHub
3 changed files with 68 additions and 122 deletions

View File

@@ -153,8 +153,7 @@ namespace MediaBrowser.Controller.Persistence
/// <summary>
/// Updates the inherited values.
/// </summary>
/// <param name="cancellationToken">The cancellation token.</param>
void UpdateInheritedValues(CancellationToken cancellationToken);
void UpdateInheritedValues();
int GetCount(InternalItemsQuery query);