feat(S04/T01): Added DiscNumber field to MBTrack (populated from Medium…

- backend/explore/types.go
- backend/explore/musicbrainz.go
- frontend/wailsjs/go/explore/Service.d.ts
- frontend/index.ts
This commit is contained in:
2026-03-24 14:29:01 -04:00
parent bb271e86f5
commit 67e1917f5a
4 changed files with 22 additions and 8 deletions
+1
View File
@@ -41,6 +41,7 @@ export interface MBRelease {
export interface MBTrack {
position: number;
discNumber: number;
title: string;
length: number;
mbid: string;