1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

fix ESLint issue

Fix lint

fix ESLint issue

fix ESLint issue

fix ESLint issue

Co-Authored-By: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
ijaron 2025-03-14 23:17:08 -05:00
parent ed952ee9da
commit cc71b3018b

View file

@ -252,7 +252,7 @@ export default function (view) {
} else if (item.PremiereDate) { } else if (item.PremiereDate) {
if ((item.Type === 'Episode' || item.Type === 'Program' || item.Type === 'Recording')) { if ((item.Type === 'Episode' || item.Type === 'Program' || item.Type === 'Recording')) {
try { try {
let date = datetime.parseISO8601Date(item.PremiereDate).toLocaleDateString(undefined, { const date = datetime.parseISO8601Date(item.PremiereDate).toLocaleDateString(undefined, {
weekday: 'short', weekday: 'short',
month: 'short', month: 'short',
year: 'numeric', year: 'numeric',