diff options
author | morpheus65535 <[email protected]> | 2022-04-06 11:34:21 -0400 |
---|---|---|
committer | morpheus65535 <[email protected]> | 2022-04-06 11:34:21 -0400 |
commit | 77da09d51f549470c0e9be2eb670de74450dd791 (patch) | |
tree | d9be3244f1e0f275dfbf110e76889ed343b85062 /frontend/src | |
parent | 137aa698bbd0effc7493e778b5f086724c8b8816 (diff) | |
download | bazarr-77da09d51f549470c0e9be2eb670de74450dd791.tar.gz bazarr-77da09d51f549470c0e9be2eb670de74450dd791.zip |
Removed support for BSplayer providers because it was causing way much issue than providing subtitles.
Diffstat (limited to 'frontend/src')
-rw-r--r-- | frontend/src/pages/Settings/Providers/list.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/frontend/src/pages/Settings/Providers/list.ts b/frontend/src/pages/Settings/Providers/list.ts index 163ae0ff8..83fc64630 100644 --- a/frontend/src/pages/Settings/Providers/list.ts +++ b/frontend/src/pages/Settings/Providers/list.ts @@ -55,6 +55,8 @@ export const ProviderList: Readonly<ProviderInfo[]> = [ { key: "bsplayer", name: "BSplayer", + description: + "Provider removed from Bazarr because it was causing too much issues so it will always return no subtitles", }, { key: "embeddedsubtitles", |