No need to make a new list.
This commit is contained in:
parent
2c86571818
commit
61f4dbd896
1 changed files with 1 additions and 3 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue