fix improperly ported metadata logic

This commit is contained in:
Boof2015
2026-07-05 02:10:25 -04:00
parent 34ffda7190
commit 3a25966dde
29 changed files with 1349 additions and 110 deletions
+3
View File
@@ -12,6 +12,9 @@ export interface DbTrack {
album: string;
album_artist: string | null;
album_identity_key: string;
/** Settled group artist ("Various Artists" for shared-artwork compilations);
* written by the album-identity recompute pass, NULL until it first runs. */
album_display_artist: string | null;
duration: number;
track_number: number | null;
disc_number: number | null;