From ca83fcbde6b7c8c4ab6dd5e04d30d96fedf2689f Mon Sep 17 00:00:00 2001 From: Julia Lange Date: Fri, 21 Mar 2025 19:53:08 -0700 Subject: [PATCH] lexicon, make anilist an nsid key --- lexicons/me/woach/content/anilist.json | 1 + 1 file changed, 1 insertion(+) diff --git a/lexicons/me/woach/content/anilist.json b/lexicons/me/woach/content/anilist.json index f1f9be1..06b6ab9 100644 --- a/lexicons/me/woach/content/anilist.json +++ b/lexicons/me/woach/content/anilist.json @@ -5,6 +5,7 @@ "main": { "type": "object", "required": ["id"], + "key": "nsid", "properties": { "id": { "type": "integer" } }