diff --git a/Source/AaxDecrypter/AudiobookDownloadBase.cs b/Source/AaxDecrypter/AudiobookDownloadBase.cs index bf08255d..23d12e4c 100644 --- a/Source/AaxDecrypter/AudiobookDownloadBase.cs +++ b/Source/AaxDecrypter/AudiobookDownloadBase.cs @@ -204,8 +204,6 @@ namespace AaxDecrypter else throw new InvalidOperationException($"Unknown file type: {fileType}"); - FileUtility.SaferMove(tempFilePath, aaxPath); - OnFileCreated(aaxPath); OnFileCreated(keyPath); }