1
0
Fork 0
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:
Luke Pulverenti 2014-01-18 23:25:01 -05:00
parent d923a125e2
commit f803e08762
6 changed files with 14 additions and 15 deletions

View file

@ -275,7 +275,7 @@
var airDate = item.OriginalAirDate;
if (airDate && !item.IsRepeat) {
if (airDate && item.IsRepeat) {
try {
airDate = parseISO8601Date(airDate, { toLocal: true }).toLocaleDateString();