feat(network): Support for starting a Sonarr task
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user