mirror of https://github.com/lidarr/Lidarr
Fixed: Womble's URL
This commit is contained in:
parent
4962db3b6a
commit
642f56c221
|
@ -32,7 +32,7 @@ namespace NzbDrone.Core.Indexers.Wombles
|
|||
|
||||
public override IEnumerable<string> RecentFeed
|
||||
{
|
||||
get { yield return "http://nzb.isasecret.com/rss/?sec=TV&fr=false"; }
|
||||
get { yield return "http://newshost.co.za/rss/?sec=TV&fr=false"; }
|
||||
}
|
||||
|
||||
public override IEnumerable<string> GetEpisodeSearchUrls(string seriesTitle, int tvRageId, int seasonNumber, int episodeNumber)
|
||||
|
|
Loading…
Reference in New Issue