AddExisting clears check/hides rows once submitted. Bi-winning

AddNew, currently unable to submit. Bi-polar
This commit is contained in:
Mark McDowall 2011-03-11 01:04:56 -08:00
commit 5a8842e3db
11 changed files with 169 additions and 36 deletions

View file

@ -38,6 +38,11 @@ namespace NzbDrone.Core.Providers
_sonioRepo.Update(rootDir);
}
public RootDir GetRootDir(int rootDirId)
{
return _sonioRepo.Single<RootDir>(rootDirId);
}
#endregion
}
}