mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
minor cleanup
This commit is contained in:
parent
c2502991cf
commit
cfd42049e5
3 changed files with 3 additions and 19 deletions
|
@ -156,7 +156,7 @@ namespace NzbDrone.Core.Providers
|
|||
_diskProvider.CreateDirectory(newFile.DirectoryName);
|
||||
|
||||
//Do the rename
|
||||
Logger.Debug("Moving file [{0}] > [1]", episodeFile.Path, newFile.FullName);
|
||||
Logger.Debug("Moving file [{0}] > [{1}]", episodeFile.Path, newFile.FullName);
|
||||
_diskProvider.MoveFile(episodeFile.Path, newFile.FullName);
|
||||
|
||||
//Update the filename in the DB
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue