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

Added on SeriesResource

pull/129/head
Mark McDowall 10 years ago
parent 4c3daf7e39
commit 0ff5850a61

@ -66,6 +66,7 @@ namespace NzbDrone.Api.Series
public String Certification { get; set; } public String Certification { get; set; }
public List<String> Genres { get; set; } public List<String> Genres { get; set; }
public HashSet<Int32> Tags { get; set; } public HashSet<Int32> Tags { get; set; }
public DateTime Added { get; set; }
//Used to support legacy consumers //Used to support legacy consumers
public Int32 QualityProfileId public Int32 QualityProfileId

Loading…
Cancel
Save