From 41e8ff64585b7a3b77acd027d95e3e7f651d9e0e Mon Sep 17 00:00:00 2001 From: metamuffin Date: Thu, 19 Feb 2026 14:29:03 +0100 Subject: migrate musicbrainz importer --- common/object/src/lib.rs | 1 + common/src/node.rs | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'common') diff --git a/common/object/src/lib.rs b/common/object/src/lib.rs index b197932..7d0c203 100644 --- a/common/object/src/lib.rs +++ b/common/object/src/lib.rs @@ -286,6 +286,7 @@ impl<'a> Object<'a> { ObjectBuffer(buf) } + #[must_use] pub fn update( &self, diff --git a/common/src/node.rs b/common/src/node.rs index 612155f..5e52a4c 100644 --- a/common/src/node.rs +++ b/common/src/node.rs @@ -87,8 +87,8 @@ fields! { IDENT_TMDB_PERSON: u64 = b"tmpe"; IDENT_TVDB: &str = b"tvdb"; IDENT_OMDB: &str = b"omdb"; - IDENT_VGMDB_ARTIST: &str = b"vgar"; - + IDENT_VGMDB_ARTIST: u64 = b"vgar"; + IDENT_WIKIDATA: &str = b"wkdt"; } enums! { -- cgit v1.3