Fixed: Logging when series folder is moved successfully

Closes #1764

Co-Authored-By: David Newhall <2402929+davidnewhall@users.noreply.github.com>
pull/2151/head
Qstick 2 years ago
parent 590b203bb6
commit 5726df841c

@ -61,7 +61,7 @@ namespace NzbDrone.Core.Books
_diskTransferService.TransferFolder(sourcePath, destinationPath, TransferMode.Move);
_logger.ProgressInfo("{0} moved successfully to {1}", author.Name, author.Path);
_logger.ProgressInfo("{0} moved successfully to {1}", author.Name, destinationPath);
_eventAggregator.PublishEvent(new AuthorMovedEvent(author, sourcePath, destinationPath));
}

Loading…
Cancel
Save