fix(network): Not all Sonarr tasks return the lastDuration field and was causing a crash
This commit is contained in:
@@ -396,7 +396,6 @@ pub struct SonarrTask {
|
||||
#[serde(deserialize_with = "super::from_i64")]
|
||||
pub interval: i64,
|
||||
pub last_execution: DateTime<Utc>,
|
||||
pub last_duration: String,
|
||||
pub next_execution: DateTime<Utc>,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user