Remove empty line
Co-authored-by: Cody Robibero <cody@robibe.ro>
This commit is contained in:
parent
18cd634ec8
commit
4b17648df3
|
@ -347,7 +347,6 @@ namespace Emby.Server.Implementations.Collections
|
||||||
var alreadyInResults = false;
|
var alreadyInResults = false;
|
||||||
foreach (var child in item.GetMediaSources(true))
|
foreach (var child in item.GetMediaSources(true))
|
||||||
{
|
{
|
||||||
|
|
||||||
if (results.ContainsKey(Guid.Parse(child.Id)))
|
if (results.ContainsKey(Guid.Parse(child.Id)))
|
||||||
{
|
{
|
||||||
alreadyInResults = true;
|
alreadyInResults = true;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user