diff options
Diffstat (limited to 'common/src/node.rs')
| -rw-r--r-- | common/src/node.rs | 4 |
1 files changed, 2 insertions, 2 deletions
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! { |