mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-21 22:04:31 -04:00
New: Unaired premieres on calendar are displayed in light blue
This commit is contained in:
@@ -38,7 +38,7 @@ define(
|
||||
}
|
||||
|
||||
if (this.episodeNumber === 1) {
|
||||
return 'pink';
|
||||
return 'premiere';
|
||||
}
|
||||
|
||||
if (currentTime.isAfter(start) && currentTime.isBefore(end)) {
|
||||
|
||||
Reference in New Issue
Block a user