No need to make a new list.
This commit is contained in:
parent
2c86571818
commit
61f4dbd896
@ -181,10 +181,8 @@ namespace AudibleUtilities
|
||||
|
||||
var children = await getEpisodeChildrenAsync(parent);
|
||||
|
||||
// actual individual episode, not the parent of a series.
|
||||
// for now I'm keeping it inside this method since it fits the work flow, incl. importEpisodes logic
|
||||
if (!children.Any())
|
||||
return new();
|
||||
return children;
|
||||
|
||||
foreach (var child in children)
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user