Spellcheck in Comments and Strings
Corrected some spellings in Display messages and Comments.
This commit is contained in:
parent
c33891a4bc
commit
d1365c3d7d
12 changed files with 19 additions and 19 deletions
|
|
@ -145,7 +145,7 @@ namespace AudibleUtilities
|
|||
|
||||
Serilog.Log.Logger.Debug("Library scan complete. Found {count} books and series. Waiting on {getChildEpisodesTasksCount} series episode scans to complete.", count, getChildEpisodesTasks.Count);
|
||||
|
||||
//await and add all episides from all parents
|
||||
//await and add all episodes from all parents
|
||||
foreach (var epList in await Task.WhenAll(getChildEpisodesTasks))
|
||||
items.AddRange(epList);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue