mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-02-23 22:35:33 +08:00
Added warnings in Settings-->Providers for broken providers.
This commit is contained in:
parent
7a2d2399fc
commit
61f888c3df
1 changed files with 3 additions and 2 deletions
|
@ -286,7 +286,7 @@ export const ProviderList: Readonly<ProviderInfo[]> = [
|
|||
{
|
||||
key: "regielive",
|
||||
name: "RegieLive",
|
||||
description: "Romanian Subtitles Provider",
|
||||
description: "Romanian Subtitles Provider. Broken, will not works.",
|
||||
},
|
||||
{
|
||||
key: "soustitreseu",
|
||||
|
@ -307,7 +307,7 @@ export const ProviderList: Readonly<ProviderInfo[]> = [
|
|||
{
|
||||
key: "subs4free",
|
||||
name: "Subs4Free",
|
||||
description: "Greek Subtitles Provider",
|
||||
description: "Greek Subtitles Provider. Broken, may not works for some.",
|
||||
},
|
||||
{
|
||||
key: "subs4series",
|
||||
|
@ -327,6 +327,7 @@ export const ProviderList: Readonly<ProviderInfo[]> = [
|
|||
key: "password",
|
||||
},
|
||||
],
|
||||
description: "Broken, may not works for some. Use subf2m instead.",
|
||||
},
|
||||
{ key: "subscenter" },
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue