mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
added sub menu for add series
This commit is contained in:
parent
c45729a986
commit
82808355c4
8 changed files with 11 additions and 29 deletions
|
@ -60,11 +60,6 @@ namespace NzbDrone.Web.Controllers
|
|||
return View();
|
||||
}
|
||||
|
||||
public ActionResult Add()
|
||||
{
|
||||
return View(new AddNewSeriesModel());
|
||||
}
|
||||
|
||||
public ActionResult AddExisting()
|
||||
{
|
||||
var defaultQuality = Convert.ToInt32(_configProvider.GetValue("DefaultQualityProfile", "1", true));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue