mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-04-24 06:37:16 -04:00
no log: removing leftover subscene remnants
This commit is contained in:
parent
bb4b01f3fb
commit
485122bfae
2 changed files with 0 additions and 18 deletions
|
@ -374,7 +374,6 @@ export const ProviderList: Readonly<ProviderInfo[]> = [
|
|||
{
|
||||
key: "subf2m",
|
||||
name: "subf2m.co",
|
||||
description: "Subscene Alternative Provider",
|
||||
inputs: [
|
||||
{
|
||||
type: "switch",
|
||||
|
@ -406,20 +405,6 @@ export const ProviderList: Readonly<ProviderInfo[]> = [
|
|||
description:
|
||||
"Greek Subtitles Provider.\nRequires anti-captcha provider to solve captchas for each download.",
|
||||
},
|
||||
{
|
||||
key: "subscene",
|
||||
inputs: [
|
||||
{
|
||||
type: "text",
|
||||
key: "username",
|
||||
},
|
||||
{
|
||||
type: "password",
|
||||
key: "password",
|
||||
},
|
||||
],
|
||||
description: "Broken, may not work for some. Use subf2m instead.",
|
||||
},
|
||||
{ key: "subscenter", description: "Hebrew Subtitles Provider" },
|
||||
{
|
||||
key: "subsunacs",
|
||||
|
|
3
frontend/src/types/settings.d.ts
vendored
3
frontend/src/types/settings.d.ts
vendored
|
@ -20,7 +20,6 @@ interface Settings {
|
|||
xsubs: Settings.XSubs;
|
||||
assrt: Settings.Assrt;
|
||||
napisy24: Settings.Napisy24;
|
||||
subscene: Settings.Subscene;
|
||||
betaseries: Settings.Betaseries;
|
||||
titlovi: Settings.Titlovi;
|
||||
ktuvit: Settings.Ktuvit;
|
||||
|
@ -211,8 +210,6 @@ declare namespace Settings {
|
|||
|
||||
interface Napisy24 extends BaseProvider {}
|
||||
|
||||
interface Subscene extends BaseProvider {}
|
||||
|
||||
interface Titlovi extends BaseProvider {}
|
||||
|
||||
interface Ktuvit {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue