fixed adding new scrobbles when pulling
This commit is contained in:
parent
fbbd42f97a
commit
369595f80c
@ -50,6 +50,16 @@ namespace Selector
|
|||||||
toRemove.Add(currentExisting);
|
toRemove.Add(currentExisting);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (toApplyIter.Current is not null)
|
||||||
|
{
|
||||||
|
toAdd.Add(toApplyIter.Current);
|
||||||
|
|
||||||
|
while (toApplyIter.MoveNext())
|
||||||
|
{
|
||||||
|
toAdd.Add(toApplyIter.Current);
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user