From 32a05b5ec244d4d8143993b082f8d3f86a0a4ecd Mon Sep 17 00:00:00 2001 From: metamuffin Date: Thu, 30 Jan 2025 15:47:16 +0100 Subject: external ids --- common/src/lib.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'common/src') diff --git a/common/src/lib.rs b/common/src/lib.rs index 05d1573..503febd 100644 --- a/common/src/lib.rs +++ b/common/src/lib.rs @@ -31,7 +31,6 @@ pub struct Node { pub backdrop: Option, pub title: Option, pub subtitle: Option, - pub id: Option, pub tagline: Option, pub description: Option, pub release_date: Option, // in unix millis @@ -40,7 +39,7 @@ pub struct Node { pub ratings: BTreeMap, pub federated: Option, pub people: BTreeMap>, - pub external_ids: ObjectIds, + pub external_ids: BTreeMap, } #[derive(Debug, Serialize, Deserialize, PartialEq, Eq, Clone, Encode, Decode)] -- cgit v1.2.3-70-g09d2