Roto folder fixes

New: Health check for missing series root folders
Fixed: Do not remove episodes from series when root folder is missing
This commit is contained in:
Mark McDowall
2014-05-25 22:14:15 -07:00
parent 1b10002ed8
commit 48ac09baae
4 changed files with 60 additions and 1 deletions

View File

@@ -22,6 +22,7 @@ namespace NzbDrone.Core.HealthCheck.Checks
public override HealthCheck Check()
{
//TODO: Check on mono as well
if (OsInfo.IsWindows)
{
try