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 light blue
This commit is contained in:
parent
59a5b6c030
commit
6bb918d025
4 changed files with 12 additions and 3 deletions
|
@ -166,7 +166,7 @@ define(
|
|||
}
|
||||
|
||||
else if (element.get('episodeNumber') === 1) {
|
||||
statusLevel = 'pink';
|
||||
statusLevel = 'premiere';
|
||||
}
|
||||
|
||||
if (end.isBefore(currentTime.startOf('day'))) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue