chore: Remove useless field from old implementation

This commit is contained in:
Anderson Oki 2024-04-10 22:34:44 +09:00
parent d5b7e6fe85
commit 8ee8954e9d
1 changed files with 0 additions and 11 deletions

View File

@ -75,17 +75,6 @@ export const ProviderList: Readonly<ProviderInfo[]> = [
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."
}
],
},
{