Add Series, will need to design new and existing flows.

ScanProvider will need to be updated to support adding shows individually as well as SeriesProvider, GEt Unmapped will need to accept a path... move to ScanProvider perhaps.
This commit is contained in:
markus101 2011-03-07 00:25:38 -08:00
parent 24f4f608e5
commit 2e9dd7f1ff
4 changed files with 35 additions and 0 deletions

View file

@ -46,6 +46,11 @@ namespace NzbDrone.Web.Controllers
return View();
}
public ActionResult Add()
{
return View(new AddSeriesModel());
}
public ActionResult Sync()
{
_syncProvider.BeginSyncUnmappedFolders();