From e34c10644e21d3cb3b5410b63959984cfb1d4292 Mon Sep 17 00:00:00 2001 From: LJQ Date: Thu, 29 Aug 2024 15:19:48 +0800 Subject: [PATCH] Rm Trailing spaces --- src/components/metadataEditor/metadataEditor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/metadataEditor/metadataEditor.js b/src/components/metadataEditor/metadataEditor.js index d06a4912e..d9b3aa70c 100644 --- a/src/components/metadataEditor/metadataEditor.js +++ b/src/components/metadataEditor/metadataEditor.js @@ -540,7 +540,7 @@ function setFieldVisibilities(context, item) { } else { hideElement('#fldPath', context); } - + if (item.Type === 'Series' || item.Type === 'Season' || item.Type === 'Episode' || item.Type === 'Movie' || item.Type === 'Trailer' || item.Type === 'Person') { showElement('#fldOriginalName', context); } else {