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

This commit is contained in:
echel0n 2022-05-08 23:07:02 -07:00
commit a1dfe8125b

View file

@ -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; }
}