mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-10-29 23:12:39 +01:00
Fixed: Logging when series folder is moved successfully
This commit is contained in:
parent
9263fc1564
commit
1a1d427c42
@ -58,7 +58,7 @@ namespace NzbDrone.Core.Tv
|
||||
_diskProvider.CreateFolder(new DirectoryInfo(destinationPath).Parent.FullName);
|
||||
_diskTransferService.TransferFolder(sourcePath, destinationPath, TransferMode.Move);
|
||||
|
||||
_logger.ProgressInfo("{0} moved successfully to {1}", series.Title, series.Path);
|
||||
_logger.ProgressInfo("{0} moved successfully to {1}", series.Title, destinationPath);
|
||||
|
||||
_eventAggregator.PublishEvent(new SeriesMovedEvent(series, sourcePath, destinationPath));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user