mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
Post Download Import Job created and in effect. Scans every minute to import files from the users configured "SabDropDirectory".
This commit is contained in:
parent
c4163d1e0d
commit
5041ff550c
5 changed files with 44 additions and 27 deletions
|
@ -51,5 +51,10 @@ namespace NzbDrone.Core.Providers.Core
|
|||
{
|
||||
return Path.GetExtension(path);
|
||||
}
|
||||
|
||||
public virtual void DeleteFolder(string path, bool recursive)
|
||||
{
|
||||
Directory.Delete(path, recursive);
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue