mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-03-05 15:15:59 +02:00
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…
x
Reference in New Issue
Block a user