diff options
| author | Daniel <danielarezdiaz@gmail.com> | 2021-03-13 19:23:52 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-13 19:23:52 +0100 |
| commit | 4b17648df348ac17b359e2dcfe3e361798d45f2b (patch) | |
| tree | 921b43ef34aa56778eccf00027e0567f14ad83ad /Emby.Server.Implementations/Collections | |
| parent | 18cd634ec8316fe5978d7ad3867de66b85cd5fba (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.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Collections/CollectionManager.cs b/Emby.Server.Implementations/Collections/CollectionManager.cs index 449f8872f..907b58886 100644 --- a/Emby.Server.Implementations/Collections/CollectionManager.cs +++ b/Emby.Server.Implementations/Collections/CollectionManager.cs @@ -347,7 +347,6 @@ namespace Emby.Server.Implementations.Collections var alreadyInResults = false; foreach (var child in item.GetMediaSources(true)) { - if (results.ContainsKey(Guid.Parse(child.Id))) { alreadyInResults = true; |
