Skip to content

Commit

Permalink
fix(sickrage): Fixed issue with incorrect handling of SiCKRAGE episod…
Browse files Browse the repository at this point in the history
…e results returned during episode status changes, now expects array of objects from data path if present (#4648)

[skip ci]
  • Loading branch information
echel0n authored May 10, 2022
1 parent fe501d3 commit 6d16442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Ombi.Api.SickRage/Models/SickRageEpisodeStatus.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public class SickRageEpisodeStatus

public class SickRageEpisodeSetStatus
{
public Data data { get; set; }
public Data[] data { get; set; }
public string message { get; set; }
public string result { get; set; }
}
Expand Down

0 comments on commit 6d16442

Please sign in to comment.