feat(models): Added an additional History tab to the mocked tabs for viewing all Sonarr history at once
This commit is contained in:
@@ -306,7 +306,7 @@ impl SeriesStatus {
|
||||
|
||||
#[derive(Serialize, Deserialize, Default, Debug, Clone, PartialEq, Eq)]
|
||||
#[serde(rename_all = "camelCase")]
|
||||
pub struct SonarrEpisodeHistoryResponse {
|
||||
pub struct SonarrHistoryWrapper {
|
||||
pub records: Vec<SonarrHistoryItem>,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user