mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-11 15:47:09 -07:00
fixed config post issue
This commit is contained in:
parent
d7bae9135c
commit
1620721efe
5 changed files with 6 additions and 2 deletions
|
@ -25,7 +25,7 @@ namespace NzbDrone.Web.Controllers
|
|||
}
|
||||
|
||||
[HttpPost]
|
||||
public ActionResult Save(SettingsModel model)
|
||||
public ActionResult Index(SettingsModel model)
|
||||
{
|
||||
if (ModelState.IsValid)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue