Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Prowlarr/commit/399760e04b66653d6894b035d6b585e288b2cc0b?style=unified&whitespace=ignore-eol You should set ROOT_URL correctly, otherwise the web may not work correctly.

Added year to SeriesResource

pull/2/head
Mark McDowall 12 years ago
parent d8928d655d
commit 399760e04b

@ -37,6 +37,7 @@ namespace NzbDrone.Api.Series
public String RemotePoster { get; set; }
public List<Season> Seasons { get; set; }
public Int32 Year { get; set; }
//View & Edit
public String Path { get; set; }

Loading…
Cancel
Save