mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-05-31 20:24:21 -04:00
removed unused
This commit is contained in:
parent
6a08361f6f
commit
3b18a36ba5
@ -390,7 +390,6 @@ public sealed class BaseItemRepository
|
|||||||
ArgumentNullException.ThrowIfNull(items);
|
ArgumentNullException.ThrowIfNull(items);
|
||||||
cancellationToken.ThrowIfCancellationRequested();
|
cancellationToken.ThrowIfCancellationRequested();
|
||||||
|
|
||||||
var itemsLen = items.Count;
|
|
||||||
var tuples = new List<(BaseItemDto Item, List<Guid>? AncestorIds, BaseItemDto TopParent, IEnumerable<string> UserDataKey, List<string> InheritedTags)>();
|
var tuples = new List<(BaseItemDto Item, List<Guid>? AncestorIds, BaseItemDto TopParent, IEnumerable<string> UserDataKey, List<string> InheritedTags)>();
|
||||||
foreach (var item in items.GroupBy(e => e.Id).Select(e => e.Last()))
|
foreach (var item in items.GroupBy(e => e.Id).Select(e => e.Last()))
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user