1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2025-01-02 13:14:58 +00:00

Should not empty install folder, MirrorFolder will take care of it.

This commit is contained in:
Taloth Saldono 2017-04-07 22:09:49 +02:00
parent 35741b9cae
commit cd450a44bf

View file

@ -110,9 +110,6 @@ namespace NzbDrone.Update.UpdateEngine
try
{
_logger.Info("Emptying installation folder");
_diskProvider.EmptyFolder(installationFolder);
_logger.Info("Copying new files to target folder");
_diskTransferService.MirrorFolder(_appFolderInfo.GetUpdatePackageFolder(), installationFolder);