fix partial rollback
This commit is contained in:
parent
d08962cffa
commit
c1af253300
@ -19,8 +19,8 @@ namespace AaxDecrypter
|
|||||||
|
|
||||||
["Step 1: Get Mp3 Metadata"] = Step1_GetMetadata,
|
["Step 1: Get Mp3 Metadata"] = Step1_GetMetadata,
|
||||||
["Step 2: Download Audiobook"] = Step2_DownloadAudiobookAsSingleFile,
|
["Step 2: Download Audiobook"] = Step2_DownloadAudiobookAsSingleFile,
|
||||||
["Step 3: Create Cue"] = Step_CreateCue,
|
["Step 3: Create Cue"] = Step3_CreateCue,
|
||||||
["Step 4: Cleanup"] = Step_Cleanup,
|
["Step 4: Cleanup"] = Step4_Cleanup,
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<TargetFramework>net5.0</TargetFramework>
|
<TargetFramework>net5.0</TargetFramework>
|
||||||
<Version>6.2.6.41</Version>
|
<Version>6.2.6.42</Version>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|||||||
@ -48,5 +48,4 @@ namespace FileManager
|
|||||||
? value?.Truncate(ParameterMaxSize.Value)
|
? value?.Truncate(ParameterMaxSize.Value)
|
||||||
: value;
|
: value;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user