1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-27 22:57:09 -04:00

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