Fixed race condition.

This commit is contained in:
Michael Bucari-Tovo 2021-07-28 12:25:05 -06:00
parent 3c1db55a95
commit 9de85b649b
3 changed files with 33 additions and 3 deletions

View file

@ -170,6 +170,8 @@ namespace FileLiberator
File.Move(f.FullName, dest);
}
AudibleFileStorage.Audio.Refresh();
return destinationDir;
}