mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-22 22:23:34 -07:00
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:
parent
bd8fd89055
commit
a1dfe8125b
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
public class SickRageEpisodeSetStatus
|
public class SickRageEpisodeSetStatus
|
||||||
{
|
{
|
||||||
public Data data { get; set; }
|
public Data[] data { get; set; }
|
||||||
public string message { get; set; }
|
public string message { get; set; }
|
||||||
public string result { get; set; }
|
public string result { get; set; }
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue