mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
New: Progress bar will be yellow if series is not monitored, but epsiodes are missing
This commit is contained in:
parent
1464a5d391
commit
457e585300
3 changed files with 10 additions and 18 deletions
|
@ -54,6 +54,10 @@ define(
|
|||
return 'progress-bar-success';
|
||||
}
|
||||
|
||||
return 'progress-bar-danger';
|
||||
if (this.monitored) {
|
||||
return 'progress-bar-danger';
|
||||
}
|
||||
|
||||
return 'progress-bar-warning';
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue