Remove empty line

Co-authored-by: Cody Robibero <cody@robibe.ro>
pull/5324/head^2
Daniel 4 years ago committed by GitHub
parent 18cd634ec8
commit 4b17648df3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save