Renaming and comments.
This commit is contained in:
parent
df42ba584e
commit
d9f3fa825c
2 changed files with 8 additions and 7 deletions
|
|
@ -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)
|
||||
{
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue