diff options
author | Anderson Shindy Oki <[email protected]> | 2024-04-17 09:57:55 +0900 |
---|---|---|
committer | GitHub <[email protected]> | 2024-04-16 20:57:55 -0400 |
commit | b7be8007f27361fe05cd73b0537babd14b06a79f (patch) | |
tree | 384027a494e0a5bc57bf13d68319abe7b6164c83 /frontend/src | |
parent | e4bc792ee0fba64a3a20d817bbf2c3e2ba66b737 (diff) | |
download | bazarr-b7be8007f27361fe05cd73b0537babd14b06a79f.tar.gz bazarr-b7be8007f27361fe05cd73b0537babd14b06a79f.zip |
no log: add animetosho provider anidb integration required message (#2457)
* chore: add animetosho provider anidb intergration required message
* chore: cs
Diffstat (limited to 'frontend/src')
-rw-r--r-- | frontend/src/pages/Settings/Providers/list.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/src/pages/Settings/Providers/list.ts b/frontend/src/pages/Settings/Providers/list.ts index eff9ea4e9..a3b870d22 100644 --- a/frontend/src/pages/Settings/Providers/list.ts +++ b/frontend/src/pages/Settings/Providers/list.ts @@ -77,6 +77,7 @@ export const ProviderList: Readonly<ProviderInfo[]> = [ 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.", }, ], + message: "Requires AniDB Integration.", }, { key: "argenteam_dump", |