mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
AddSeries javascript fixes.
Add new series now has a drop box for rootdir. Moved add series javascript to addSeries.js.
This commit is contained in:
parent
fb9c2b6d9e
commit
88525a0b7c
7 changed files with 152 additions and 127 deletions
|
@ -166,7 +166,7 @@ namespace NzbDrone.Web.Controllers
|
|||
return new JsonResult { Data = "failed" };
|
||||
}
|
||||
|
||||
return new JsonResult { };
|
||||
return new JsonResult { Data = "ok" };
|
||||
}
|
||||
|
||||
[HttpGet]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue