mirror of
https://github.com/Jackett/Jackett
synced 2025-03-06 19:58:38 +00:00
cinecalidad: fix typo
This commit is contained in:
parent
3debe2ecda
commit
9335d6a9d9
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ namespace Jackett.Common.Indexers
|
|||
public override string Id => "cinecalidad";
|
||||
public override string Name => "Cinecalidad";
|
||||
public override string Description => "Películas Full UHD/HD en Latino Dual.";
|
||||
public override string SiteLink { get; protected set; } = "https://wv.cinecalidad.so/';
|
||||
public override string SiteLink { get; protected set; } = "https://wv.cinecalidad.so/";
|
||||
public override string[] LegacySiteLinks => new[]
|
||||
{
|
||||
"https://ww.cinecalidad.foo/",
|
||||
|
|
Loading…
Add table
Reference in a new issue