mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02: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:
@@ -166,7 +166,7 @@ namespace NzbDrone.Web.Controllers
|
||||
return new JsonResult { Data = "failed" };
|
||||
}
|
||||
|
||||
return new JsonResult { };
|
||||
return new JsonResult { Data = "ok" };
|
||||
}
|
||||
|
||||
[HttpGet]
|
||||
|
Reference in New Issue
Block a user