Skip to content

Commit

Permalink
no log: removing leftover subscene remnants
Browse files Browse the repository at this point in the history
  • Loading branch information
morpheus65535 committed May 9, 2024
1 parent bb4b01f commit 485122b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
15 changes: 0 additions & 15 deletions frontend/src/pages/Settings/Providers/list.ts
Expand Up @@ -374,7 +374,6 @@ export const ProviderList: Readonly<ProviderInfo[]> = [
{
key: "subf2m",
name: "subf2m.co",
description: "Subscene Alternative Provider",
inputs: [
{
type: "switch",
Expand Down Expand Up @@ -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",
Expand Down
3 changes: 0 additions & 3 deletions frontend/src/types/settings.d.ts
Expand Up @@ -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;
Expand Down Expand Up @@ -211,8 +210,6 @@ declare namespace Settings {

interface Napisy24 extends BaseProvider {}

interface Subscene extends BaseProvider {}

interface Titlovi extends BaseProvider {}

interface Ktuvit {
Expand Down

0 comments on commit 485122b

Please sign in to comment.