Move-By-Id UserSecretsId

This commit is contained in:
2023-06-11 12:06:16 -07:00
parent 145610d45a
commit 0f6a78f242
5 changed files with 12 additions and 20 deletions

View File

@ -286,6 +286,11 @@ public class Rename
continue;
distinct.Add(checkFile);
results.Add(new(fileHolder, checkFile));
if (ffmpegFiles is not null)
{
foreach (string ffmpegFile in ffmpegFiles)
File.Delete(ffmpegFile);
}
continue;
}
if (id is null)