From 8d698fa7e4972f86c09b6d3fda1c3bb4f5787e8c Mon Sep 17 00:00:00 2001 From: Marian Moravcik Date: Tue, 21 Sep 2021 15:11:15 +0200 Subject: Add titulky.com provider to the UI --- frontend/src/Settings/Providers/list.ts | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'frontend') diff --git a/frontend/src/Settings/Providers/list.ts b/frontend/src/Settings/Providers/list.ts index 0f249f9c1..1cb4ba177 100644 --- a/frontend/src/Settings/Providers/list.ts +++ b/frontend/src/Settings/Providers/list.ts @@ -76,7 +76,7 @@ export const ProviderList: Readonly = [ description: "Hebrew Subtitles Provider", defaultKey: { email: "", - hashed_password: "" + hashed_password: "", }, keyNameOverride: { hashed_password: "Hashed Password", @@ -203,6 +203,15 @@ export const ProviderList: Readonly = [ description: "LATAM Spanish / Spanish / English Subtitles Provider for TV Shows", }, + { + key: "titulky", + name: "Titulky.com", + description: "CZ/SK Subtitles Provider. Available only with VIP", + defaultKey: { + username: "", + password: "", + }, + }, { key: "tvsubtitles", name: "TVSubtitles" }, { key: "wizdom", description: "Wizdom.xyz Subtitles Provider." }, { -- cgit v1.2.3