From 730d79636fd66db6b41d91b210a216166f6500d4 Mon Sep 17 00:00:00 2001
From: viown <48097677+viown@users.noreply.github.com>
Date: Thu, 6 Mar 2025 04:31:31 +0300
Subject: [PATCH] Remove release date format option
---
src/apps/dashboard/routes/libraries/nfo.tsx | 12 +-----------
1 file changed, 1 insertion(+), 11 deletions(-)
diff --git a/src/apps/dashboard/routes/libraries/nfo.tsx b/src/apps/dashboard/routes/libraries/nfo.tsx
index e7025f07e5..661bc6dad4 100644
--- a/src/apps/dashboard/routes/libraries/nfo.tsx
+++ b/src/apps/dashboard/routes/libraries/nfo.tsx
@@ -41,7 +41,7 @@ export const action = async ({ request }: ActionFunctionArgs) => {
const newConfig: NFOSettingsConfig = {
UserId: data.UserId?.toString(),
- ReleaseDateFormat: data.ReleaseDateFormat?.toString(),
+ ReleaseDateFormat: 'yyyy-MM-dd',
SaveImagePathsInNfo: data.SaveImagePathsInNfo?.toString() === 'on',
EnablePathSubstitution: data.EnablePathSubstitution?.toString() === 'on',
EnableExtraThumbsDuplication: data.EnableExtraThumbsDuplication?.toString() === 'on'
@@ -133,16 +133,6 @@ export const Component = () => {
)}
-
-
-
-