mirror of
https://github.com/Radarr/Radarr
synced 2026-01-08 00:23:00 +01:00
parent
cad1191da5
commit
70b22e483a
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ private void MoveSingleMovie(Movie movie, string sourcePath, string destinationP
|
|||
_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));
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue