mirror of
https://github.com/lidarr/Lidarr
synced 2024-12-26 01:27:00 +00:00
Cleanup drop folder will treat moves as new downloads, so notifications will go out (otherwise the user gets nothing).
Fixed: Notifications will go out even if the episode failed to move the first time.
This commit is contained in:
parent
96b19ef4cc
commit
6c0ff71cde
1 changed files with 1 additions and 1 deletions
|
@ -269,7 +269,7 @@ public virtual void CleanUpDropFolder(string path)
|
||||||
{
|
{
|
||||||
Logger.Trace("[{0}] was imported but not moved, moving it now", file);
|
Logger.Trace("[{0}] was imported but not moved, moving it now", file);
|
||||||
|
|
||||||
MoveEpisodeFile(episodeFile);
|
MoveEpisodeFile(episodeFile, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue