mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-24 09:44:47 +03:00
SqliteItemRepository: remove redundant operations
removed: * nameof -> FullName lookup * IndexOf before Replace * Enum.GetNames -> Enum.Parse roundtrip
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