We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf445b5 commit 4486b4bCopy full SHA for 4486b4b
1 file changed
src/structs/sonarr.rs
@@ -11,7 +11,7 @@ pub struct SonarrCustomFormat {
11
#[derive(Debug, Serialize, Deserialize, Clone)]
12
pub struct SonarrCustomFormatInfo {
13
#[serde(rename = "customFormatScore")]
14
- pub custom_format_score: Option<u64>,
+ pub custom_format_score: Option<i64>,
15
#[serde(rename = "customFormats")]
16
pub custom_formats: Option<Vec<SonarrCustomFormat>>,
17
}
@@ -56,7 +56,7 @@ pub struct SonarrEpisode {
56
57
pub struct SonarrRelease {
58
59
60
61
pub custom_formats: Option<Vec<String>>,
62
pub indexer: Option<String>,
0 commit comments