feat(models): Stubbed out the necessary ActiveSonarrBlocks for the UI mockup

This commit is contained in:
2024-11-20 13:12:08 -07:00
parent a711c3d16c
commit 9d782af020
5 changed files with 101 additions and 16 deletions
+1 -1
View File
@@ -114,7 +114,7 @@ pub struct IndexerField {
pub value: Option<Value>,
}
#[derive(Serialize, Deserialize, Default, Hash, Debug, Clone, PartialEq, Eq, Ord, PartialOrd)]
#[derive(Serialize, Deserialize, Default, Debug, Clone, PartialEq, Eq, Ord, PartialOrd)]
pub struct Language {
pub name: String,
}