mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-11 07:37:10 -07:00
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:
parent
24f4f608e5
commit
2e9dd7f1ff
4 changed files with 35 additions and 0 deletions
|
@ -46,6 +46,11 @@ namespace NzbDrone.Web.Controllers
|
|||
return View();
|
||||
}
|
||||
|
||||
public ActionResult Add()
|
||||
{
|
||||
return View(new AddSeriesModel());
|
||||
}
|
||||
|
||||
public ActionResult Sync()
|
||||
{
|
||||
_syncProvider.BeginSyncUnmappedFolders();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue