feat: separate discs in album view when multiple are available

fixes #179
This commit is contained in:
Lei Nelissen
2024-07-21 23:48:33 +02:00
parent 7cdd01e713
commit ec4a2b6831
5 changed files with 111 additions and 78 deletions

View File

@@ -52,6 +52,7 @@ export interface AlbumTrack {
RunTimeTicks: number;
ProductionYear: number;
IndexNumber: number;
ParentIndexNumber: number;
IsFolder: boolean;
Type: 'Audio';
UserData: UserData;