Fixed bug requiring an indexer to be provided when querying for active downloads from Radarr

This commit is contained in:
2024-07-03 14:17:13 -06:00
parent 39e43350af
commit 9104b7c356
2 changed files with 31 additions and 2 deletions
+1
View File
@@ -162,6 +162,7 @@ pub struct DownloadRecord {
#[serde(deserialize_with = "super::from_i64")]
pub sizeleft: i64,
pub output_path: Option<HorizontallyScrollableText>,
#[serde(default)]
pub indexer: String,
pub download_client: String,
}