1
0
mirror of synced 2026-05-22 14:43:19 +00:00

fix(type.ts): clarify albumartist field description

This was done to help tell the difference between the existing albumartist and the new albumartists
This commit is contained in:
ma225tq
2026-02-03 10:11:17 +01:00
committed by Borewit
parent 6027f894c2
commit 829b923e37
+1 -1
View File
@@ -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;
/**