Skip to content

Commit

Permalink
Fixed some providers key to match the actual providers name in sublim…
Browse files Browse the repository at this point in the history
…inal_patch #1353
  • Loading branch information
morpheus65535 committed Mar 31, 2021
1 parent 0c09bc2 commit cc80bd4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions frontend/src/Settings/Providers/list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ export const ProviderList: Readonly<ProviderInfo[]> = [
description: "Romanian Subtitles Provider",
},
{
key: "soustitres",
key: "soustitreseu",
name: "Sous-Titres.eu",
description: "Mostly French Subtitles Provider",
},
Expand Down Expand Up @@ -162,7 +162,7 @@ export const ProviderList: Readonly<ProviderInfo[]> = [
},
{ key: "subsynchro", description: "French Subtitles Provider" },
{
key: "subtitri",
key: "subtitriid",
name: "subtitri.id.lv",
description: "Latvian Subtitles Provider",
},
Expand Down Expand Up @@ -198,10 +198,10 @@ export const ProviderList: Readonly<ProviderInfo[]> = [
},
},
{
key: "yavka",
key: "yavkanet",
name: "Yavka.net",
description: "Bulgarian Subtitles Provider",
},
{ key: "yify", name: "YIFY Subtitles" },
{ key: "yifysubtitles", name: "YIFY Subtitles" },
{ key: "zimuku", description: "Chinese Subtitles Provider" },
];

0 comments on commit cc80bd4

Please sign in to comment.