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

fix(sickrage): Fixed issue with incorrect handling of SiCKRAGE episode results returned during episode status changes, now expects array of objects from data path if present ()

[skip ci]
pull/4650/head
echel0n 3 years ago committed by GitHub
parent fe501d34a0
commit 6d16442d4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -9,7 +9,7 @@
public class SickRageEpisodeSetStatus
{
public Data data { get; set; }
public Data[] data { get; set; }
public string message { get; set; }
public string result { get; set; }
}

Loading…
Cancel
Save