mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-30 03:38:26 -07:00
New: Show downloading status for artist progress bar
(cherry picked from commit ac806a2933bf2dc0c96d471ec143fca8e1f5282f)
This commit is contained in:
parent
f1dede240d
commit
af12fad185
14 changed files with 132 additions and 29 deletions
|
@ -25,6 +25,8 @@ interface Queue extends ModelBase {
|
|||
protocol: string;
|
||||
downloadClient: string;
|
||||
outputPath: string;
|
||||
trackFileCount: number;
|
||||
trackHasFileCount: number;
|
||||
artistId?: number;
|
||||
albumId?: number;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue