feat(network): Support for fetching all Sonarr language profiles

This commit is contained in:
2024-11-24 11:34:09 -07:00
parent c8a2fea9cd
commit 5ed278ec9c
12 changed files with 311 additions and 60 deletions
+2
View File
@@ -136,6 +136,8 @@ pub struct IndexerField {
#[derive(Serialize, Deserialize, Default, Debug, Clone, PartialEq, Eq, Ord, PartialOrd)]
pub struct Language {
#[serde(deserialize_with = "super::from_i64")]
pub id: i64,
pub name: String,
}