mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
New: Unaired premieres on calendar are displayed in pink
This commit is contained in:
parent
1a2cc0a3d1
commit
2d09fdba15
5 changed files with 23 additions and 4 deletions
|
@ -165,6 +165,10 @@ define(
|
|||
statusLevel = 'danger';
|
||||
}
|
||||
|
||||
else if (element.get('episodeNumber') === 1) {
|
||||
statusLevel = 'pink';
|
||||
}
|
||||
|
||||
if (end.isBefore(currentTime.startOf('day'))) {
|
||||
statusLevel += ' past';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue