Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Readarr/commit/da9838f0324337d4fcfbc82dba608278754b2675 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Added Path validator for SeriesModule

pull/6/head
Mark McDowall 12 years ago
parent 347bcb0cf4
commit da9838f032

@ -29,6 +29,7 @@ namespace NzbDrone.Api.Series
Get["/{slug}"] = o => GetSeries((string)o.slug.ToString());
SharedValidator.RuleFor(s => s.Path).NotEmpty();
SharedValidator.RuleFor(s => s.QualityProfileId).ValidId();
PostValidator.RuleFor(s => s.Title).NotEmpty();

Loading…
Cancel
Save