diff --git a/AaxDecrypter/AudiobookDownloadBase.cs b/AaxDecrypter/AudiobookDownloadBase.cs index e9bb0a0e..c825bf4e 100644 --- a/AaxDecrypter/AudiobookDownloadBase.cs +++ b/AaxDecrypter/AudiobookDownloadBase.cs @@ -47,7 +47,7 @@ namespace AaxDecrypter throw new DirectoryNotFoundException($"Directory does not exist: {nameof(cacheDirectory)}"); jsonDownloadState = Path.Combine(cacheDirectory, Path.GetFileName(Path.ChangeExtension(OutputFileName, ".json"))); - TempFilePath = Path.ChangeExtension(jsonDownloadState, ".tmp"); + TempFilePath = Path.ChangeExtension(jsonDownloadState, ".aaxc"); DownloadOptions = ArgumentValidator.EnsureNotNull(dlLic, nameof(dlLic));