Make use of unauthenticated API

This commit is contained in:
Michael Bucari-Tovo 2022-06-17 23:09:22 -06:00
parent c4c9786050
commit b710075544
2 changed files with 6 additions and 6 deletions

View file

@ -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++;