Remove empty line

Co-authored-by: Cody Robibero <cody@robibe.ro>
This commit is contained in:
Daniel 2021-03-13 19:23:52 +01:00 committed by GitHub
parent 18cd634ec8
commit 4b17648df3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;