This commit is contained in:
Mister Rajoy 2021-03-13 20:35:52 +01:00
commit 8883aa4a37
1 changed files with 0 additions and 2 deletions

View File

@ -347,7 +347,6 @@ namespace Emby.Server.Implementations.Collections
var alreadyInResults = false;
foreach (var child in item.GetMediaSources(true))
{
if (Guid.TryParse(child.Id, out var id) && results.ContainsKey(id))
{
alreadyInResults = true;
@ -357,7 +356,6 @@ namespace Emby.Server.Implementations.Collections
if (!alreadyInResults)
{
results[item.Id] = item;
}
}