mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 10:47:08 -07:00
More posters
This commit is contained in:
parent
c9c9e081a8
commit
4878556e14
3 changed files with 65 additions and 20 deletions
|
@ -21,5 +21,9 @@ function bestDateString(sourceDate) {
|
|||
return date.format('{Weekday}');
|
||||
}
|
||||
|
||||
if (date.isAfter(Date.create().addDays(6))) {
|
||||
return date.relative().replace(' from now', '');
|
||||
}
|
||||
|
||||
return date.format('{MM}/{dd}/{yyyy}');
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue