mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-24 22:35:39 -04:00
New: Progress bar will be yellow if series is not monitored, but epsiodes are missing
This commit is contained in:
@@ -54,6 +54,10 @@ define(
|
||||
return 'progress-bar-success';
|
||||
}
|
||||
|
||||
return 'progress-bar-danger';
|
||||
if (this.monitored) {
|
||||
return 'progress-bar-danger';
|
||||
}
|
||||
|
||||
return 'progress-bar-warning';
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user