mirror of
https://github.com/morpheus65535/bazarr
synced 2025-02-14 18:25:30 +00:00
Fixed some providers key to match the actual providers name in subliminal_patch #1353
This commit is contained in:
parent
0c09bc2360
commit
cc80bd4be6
1 changed files with 4 additions and 4 deletions
|
@ -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",
|
||||
},
|
||||
|
@ -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",
|
||||
},
|
||||
|
@ -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" },
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue