mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02: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:
@@ -46,6 +46,11 @@ namespace NzbDrone.Web.Controllers
|
||||
return View();
|
||||
}
|
||||
|
||||
public ActionResult Add()
|
||||
{
|
||||
return View(new AddSeriesModel());
|
||||
}
|
||||
|
||||
public ActionResult Sync()
|
||||
{
|
||||
_syncProvider.BeginSyncUnmappedFolders();
|
||||
|
Reference in New Issue
Block a user