Make use of unauthenticated API
This commit is contained in:
parent
c4c9786050
commit
b710075544
2 changed files with 6 additions and 6 deletions
|
|
@ -137,7 +137,7 @@ namespace AudibleUtilities
|
|||
//Get child episodes asynchronously and await all at the end
|
||||
getChildEpisodesTasks.Add(getChildEpisodesAsync(concurrencySemaphore, item));
|
||||
}
|
||||
else if (!item.IsEpisodes)
|
||||
else if (!item.IsEpisodes && !item.IsSeriesParent)
|
||||
items.Add(item);
|
||||
|
||||
count++;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue