From 62cd1a12d31adaea8cada2ed00f3787dbf00cd12 Mon Sep 17 00:00:00 2001 From: ma225tq Date: Tue, 3 Feb 2026 19:02:35 +0100 Subject: [PATCH] fix: add missing backtick in albumartists description --- doc-gen/common.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc-gen/common.json b/doc-gen/common.json index 9438554d..daab446f 100644 --- a/doc-gen/common.json +++ b/doc-gen/common.json @@ -21,7 +21,7 @@ "description": "Literal written album artist e.g.: `\"Beth Hart & Joe Bonamassa\"`" }, "albumartists": { - "description": "Album artists e.g.: `[\"Beth Hart\", \"Joe Bonamassa\"]`. If not directly specified in one or more tag, this is automatically filled with `common.albumartist" + "description": "Album artists e.g.: `[\"Beth Hart\", \"Joe Bonamassa\"]`. If not directly specified in one or more tags, this is automatically filled with `common.albumartist`" }, "album": { "description": "Album title"