fix partial rollback

This commit is contained in:
Robert McRackan 2021-10-18 13:44:40 -04:00
parent d08962cffa
commit c1af253300
3 changed files with 3 additions and 4 deletions

View File

@ -19,8 +19,8 @@ namespace AaxDecrypter
["Step 1: Get Mp3 Metadata"] = Step1_GetMetadata,
["Step 2: Download Audiobook"] = Step2_DownloadAudiobookAsSingleFile,
["Step 3: Create Cue"] = Step_CreateCue,
["Step 4: Cleanup"] = Step_Cleanup,
["Step 3: Create Cue"] = Step3_CreateCue,
["Step 4: Cleanup"] = Step4_Cleanup,
};
}

View File

@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<Version>6.2.6.41</Version>
<Version>6.2.6.42</Version>
</PropertyGroup>
<ItemGroup>

View File

@ -48,5 +48,4 @@ namespace FileManager
? value?.Truncate(ParameterMaxSize.Value)
: value;
}
}