mirror of
https://github.com/Radarr/Radarr.git
synced 2026-03-05 13:21:25 -05:00
committed by
GitHub
parent
cad1191da5
commit
70b22e483a
@@ -56,7 +56,7 @@ namespace NzbDrone.Core.Movies
|
||||
_diskProvider.CreateFolder(new DirectoryInfo(destinationPath).Parent.FullName);
|
||||
_diskTransferService.TransferFolder(sourcePath, destinationPath, TransferMode.Move);
|
||||
|
||||
_logger.ProgressInfo("{0} moved successfully to {1}", movie.Title, movie.Path);
|
||||
_logger.ProgressInfo("{0} moved successfully to {1}", movie.Title, destinationPath);
|
||||
|
||||
_eventAggregator.PublishEvent(new MovieMovedEvent(movie, sourcePath, destinationPath));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user