mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 13:10:13 -07:00
Fixed: Fanzub will connect via HTTP because their cert has expired
This commit is contained in:
parent
7081bd189e
commit
901808e0b3
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ namespace NzbDrone.Core.Indexers.Fanzub
|
||||||
{
|
{
|
||||||
get
|
get
|
||||||
{
|
{
|
||||||
yield return "https://fanzub.com/rss/?cat=anime&max=100";
|
yield return "http://fanzub.com/rss/?cat=anime&max=100";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue