mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
rework news downloading
This commit is contained in:
parent
d923a125e2
commit
f803e08762
6 changed files with 14 additions and 15 deletions
|
@ -275,7 +275,7 @@
|
|||
|
||||
var airDate = item.OriginalAirDate;
|
||||
|
||||
if (airDate && !item.IsRepeat) {
|
||||
if (airDate && item.IsRepeat) {
|
||||
|
||||
try {
|
||||
airDate = parseISO8601Date(airDate, { toLocal: true }).toLocaleDateString();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue