feat(cli): Added CLI support for fetching all indexer settings for Sonarr

This commit is contained in:
2024-11-18 21:25:50 -07:00
parent 7870bb4b5b
commit 9ceb55a314
3 changed files with 42 additions and 1 deletions
+1 -1
View File
@@ -112,7 +112,7 @@ pub struct IndexerSettings {
#[serde(deserialize_with = "super::from_i64")]
pub id: i64,
#[serde(deserialize_with = "super::from_i64")]
pub mimimum_age: i64,
pub minimum_age: i64,
#[serde(deserialize_with = "super::from_i64")]
pub retention: i64,
#[serde(deserialize_with = "super::from_i64")]