From a01bfcef330e6bec0f36f552ddccce08096f9e4c Mon Sep 17 00:00:00 2001 From: LJQ Date: Fri, 13 Oct 2023 12:21:32 +0800 Subject: [PATCH] Change from 5 tabs to 20 spaces --- src/components/mediainfo/mediainfo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/mediainfo/mediainfo.js b/src/components/mediainfo/mediainfo.js index f0f9dd9a7..a6bfcf715 100644 --- a/src/components/mediainfo/mediainfo.js +++ b/src/components/mediainfo/mediainfo.js @@ -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}`; }