fix(network): Not all Sonarr tasks return the lastDuration field and was causing a crash

This commit is contained in:
2024-11-22 17:10:06 -07:00
parent aa13735533
commit 9403bdcbcb
2 changed files with 0 additions and 5 deletions
-1
View File
@@ -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>,
}