1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-19 07:52:33 +02:00

Fixed: Fanzub will connect via HTTP because their cert has expired

This commit is contained in:
Mark McDowall 2014-08-31 22:52:26 -07:00
parent 7081bd189e
commit 901808e0b3

View File

@ -39,7 +39,7 @@ public override IEnumerable<string> RecentFeed
{
get
{
yield return "https://fanzub.com/rss/?cat=anime&max=100";
yield return "http://fanzub.com/rss/?cat=anime&max=100";
}
}