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
|
@ -38,7 +38,7 @@ define(
|
|||
}
|
||||
|
||||
if (this.episodeNumber === 1) {
|
||||
return 'pink';
|
||||
return 'premiere';
|
||||
}
|
||||
|
||||
if (currentTime.isAfter(start) && currentTime.isBefore(end)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue