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:
+1
-1
@@ -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;
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user