New: Show downloading status for artist progress bar

(cherry picked from commit ac806a2933bf2dc0c96d471ec143fca8e1f5282f)
This commit is contained in:
Mark McDowall 2023-03-12 23:51:30 -07:00 committed by Bogdan
parent f1dede240d
commit af12fad185
14 changed files with 132 additions and 29 deletions

View file

@ -25,6 +25,8 @@ interface Queue extends ModelBase {
protocol: string;
downloadClient: string;
outputPath: string;
trackFileCount: number;
trackHasFileCount: number;
artistId?: number;
albumId?: number;
}