Renaming and comments.

This commit is contained in:
Michael Bucari-Tovo 2021-09-23 18:13:43 -06:00
parent df42ba584e
commit d9f3fa825c
2 changed files with 8 additions and 7 deletions

View file

@ -8,11 +8,11 @@ using System.Threading;
namespace AaxDecrypter
{
public class Mp3AudiobookDownloader : AudiobookDownloadBase
public class UnencryptedAudiobookDownloader : AudiobookDownloadBase
{
protected override StepSequence steps { get; }
public Mp3AudiobookDownloader(string outFileName, string cacheDirectory, DownloadLicense dlLic)
public UnencryptedAudiobookDownloader(string outFileName, string cacheDirectory, DownloadLicense dlLic)
: base(outFileName, cacheDirectory, dlLic)
{