mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-18 21:55:12 -04: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:
@@ -269,7 +269,7 @@ namespace NzbDrone.Core.Providers
|
|||||||
{
|
{
|
||||||
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);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user