diff options
author | Bogdan Ilisei <[email protected]> | 2021-10-12 22:57:33 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2021-10-12 15:57:33 -0400 |
commit | 788b4b33f0adf856f7066d5f0a325a879bb2b927 (patch) | |
tree | e88c4a068e12570644819ded35d1b0842150b492 /frontend | |
parent | 0bc2605439184fba36fcfd8e4a61c4b664a827e8 (diff) | |
download | bazarr-788b4b33f0adf856f7066d5f0a325a879bb2b927.tar.gz bazarr-788b4b33f0adf856f7066d5f0a325a879bb2b927.zip |
Added subtitrari-noi.ro and improved titrari.ro
Diffstat (limited to 'frontend')
-rw-r--r-- | frontend/src/Settings/Providers/list.ts | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/frontend/src/Settings/Providers/list.ts b/frontend/src/Settings/Providers/list.ts index d9e65e9f0..3eec72d7d 100644 --- a/frontend/src/Settings/Providers/list.ts +++ b/frontend/src/Settings/Providers/list.ts @@ -188,6 +188,11 @@ export const ProviderList: Readonly<ProviderInfo[]> = [ }, { key: "subsynchro", description: "French Subtitles Provider" }, { + key: "subtitrarinoi", + name: "Subtitrari-noi.ro", + description: "Romanian Subtitles Provider", + }, + { key: "subtitriid", name: "subtitri.id.lv", description: "Latvian Subtitles Provider", @@ -206,7 +211,11 @@ export const ProviderList: Readonly<ProviderInfo[]> = [ password: "", }, }, - { key: "titrari", name: "Titrari.ro" }, + { + key: "titrari", + name: "Titrari.ro", + description: "Mostly Romanian Subtitles Provider", + }, { key: "tusubtitulo", name: "Tusubtitulo.com", |