Refactored SeriesController. Updated Post title parse.

This commit is contained in:
Keivan 2010-10-03 18:00:50 -07:00
parent 0ab173dd39
commit 606140832d
7 changed files with 110 additions and 128 deletions

View file

@ -32,7 +32,6 @@ namespace NzbDrone.Web.Controllers
_configProvider.SeriesRoot = model.TvFolder;
//return RedirectToAction("index");
}
return View(model);
}