mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-02-27 10:14:57 +00:00
Fixed: Logging when series folder is moved successfully
Closes #1764 Co-Authored-By: David Newhall <2402929+davidnewhall@users.noreply.github.com>
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user