feat(models): Added an additional History tab to the mocked tabs for viewing all Sonarr history at once

This commit is contained in:
2024-11-20 13:24:44 -07:00
parent 9d782af020
commit bd2d2875a5
3 changed files with 71 additions and 56 deletions
+1 -1
View File
@@ -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>,
}