mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-19 04:34:18 +01:00
Merge pull request #5893 from Bond-009/db
SqliteItemRepository: remove redundant operations
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user