mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Change from 5 tabs to 20 spaces
This commit is contained in:
parent
36db09fb53
commit
a01bfcef33
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ export function getMediaInfoHtml(item, options = {}) {
|
|||
if (item.EndDate) {
|
||||
try {
|
||||
const endYear = datetime.toLocaleString(datetime.parseISO8601Date(item.EndDate).getFullYear(), { useGrouping: false });
|
||||
/* At this point, text will contain only the start year */
|
||||
/* At this point, text will contain only the start year */
|
||||
if (endYear !== text) {
|
||||
text += ` - ${endYear}`;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue