From 8ee8954e9d0cf990d9dddf12f3eae44d8f5a1ea7 Mon Sep 17 00:00:00 2001 From: Anderson Oki Date: Wed, 10 Apr 2024 22:34:44 +0900 Subject: [PATCH] chore: Remove useless field from old implementation --- frontend/src/pages/Settings/Providers/list.ts | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/frontend/src/pages/Settings/Providers/list.ts b/frontend/src/pages/Settings/Providers/list.ts index 7e744a022..8bcc1f68c 100644 --- a/frontend/src/pages/Settings/Providers/list.ts +++ b/frontend/src/pages/Settings/Providers/list.ts @@ -75,17 +75,6 @@ export const ProviderList: Readonly = [ defaultValue: 6, name: "Search Threshold. Increase if you often cannot find subtitles for your Anime. Note that increasing the value will decrease the performance of the search for each Episode.", }, - { - type: "text", - key: "anidb_api_client", - name: "AniDb Api Client Name. Created and Configured under AniDb Api Project." - }, - { - type: "text", - key: "anidb_api_client_ver", - defaultValue: 1, - name: "AniDb Api Client Version. Created and Configured under AniDb Api Project." - } ], }, {