feat(network): Support for starting a Sonarr task

This commit is contained in:
2024-11-22 16:57:09 -07:00
parent 8df74585bc
commit 33db3efacf
6 changed files with 125 additions and 22 deletions
-6
View File
@@ -116,12 +116,6 @@ pub struct CollectionMovie {
pub ratings: RatingsList,
}
#[derive(Default, Serialize, Debug)]
#[serde(rename_all = "camelCase")]
pub struct CommandBody {
pub name: String,
}
#[derive(Serialize, Deserialize, Default, Clone, Debug, PartialEq, Eq)]
#[serde(rename_all = "camelCase")]
pub struct Credit {
+6
View File
@@ -74,6 +74,12 @@ impl Display for CertificateValidation {
}
}
#[derive(Default, Serialize, Debug)]
#[serde(rename_all = "camelCase")]
pub struct CommandBody {
pub name: String,
}
#[derive(Serialize, Deserialize, Debug, Clone, Eq, PartialEq)]
#[serde(rename_all = "camelCase")]
pub struct DiskSpace {