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/src/node.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'common/src/node.rs') 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