aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Collections
diff options
context:
space:
mode:
authorDaniel <danielarezdiaz@gmail.com>2021-03-13 19:24:02 +0100
committerGitHub <noreply@github.com>2021-03-13 19:24:02 +0100
commit7a3109104bf4154d285c94a48504083368556c55 (patch)
tree3c321b33f744fa4080703c5ebbeea5ca81726c19 /Emby.Server.Implementations/Collections
parent4b17648df348ac17b359e2dcfe3e361798d45f2b (diff)
Remove empty line
Co-authored-by: Cody Robibero <cody@robibe.ro>
Diffstat (limited to 'Emby.Server.Implementations/Collections')
-rw-r--r--Emby.Server.Implementations/Collections/CollectionManager.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Collections/CollectionManager.cs b/Emby.Server.Implementations/Collections/CollectionManager.cs
index 907b58886..151e86948 100644
--- a/Emby.Server.Implementations/Collections/CollectionManager.cs
+++ b/Emby.Server.Implementations/Collections/CollectionManager.cs
@@ -354,7 +354,6 @@ namespace Emby.Server.Implementations.Collections
}
if (!alreadyInResults)
{
-
results[item.Id] = item;
}
}