feat(cli): Added CLI support for fetching all indexer settings for Sonarr
This commit is contained in:
@@ -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")]
|
||||
|
||||
Reference in New Issue
Block a user