From 829b923e3706f54b40dc8a829d2fc84a60cf0b98 Mon Sep 17 00:00:00 2001 From: ma225tq Date: Tue, 3 Feb 2026 10:11:17 +0100 Subject: [PATCH] fix(type.ts): clarify albumartist field description This was done to help tell the difference between the existing albumartist and the new albumartists --- lib/type.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/type.ts b/lib/type.ts index b7091b01..56335730 100644 --- a/lib/type.ts +++ b/lib/type.ts @@ -68,7 +68,7 @@ export interface ICommonTagsResult { */ artists?: string[]; /** - * Track album artist + * Track album artist. Contains the first album artist if multiple null-separated ones exist, or maybe several album artists written in a single string. */ albumartist?: string; /**