mirror of
https://github.com/Readarr/Readarr
synced 2026-02-01 12:23:01 +01: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:
parent
590b203bb6
commit
5726df841c
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ private void MoveSingleAuthor(Author author, string sourcePath, string destinati
|
|||
|
||||
_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…
Reference in a new issue