mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
New: Unaired premieres on calendar are displayed in pink
This commit is contained in:
@@ -165,6 +165,10 @@ define(
|
||||
statusLevel = 'danger';
|
||||
}
|
||||
|
||||
else if (element.get('episodeNumber') === 1) {
|
||||
statusLevel = 'pink';
|
||||
}
|
||||
|
||||
if (end.isBefore(currentTime.startOf('day'))) {
|
||||
statusLevel += ' past';
|
||||
}
|
||||
|
Reference in New Issue
Block a user