mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 21:13:28 -07:00
Removed NzbMatrix
New: Removed NzbMatrix
This commit is contained in:
parent
a2c96cb110
commit
aa40fe8c94
17 changed files with 22 additions and 983 deletions
|
@ -166,7 +166,7 @@ namespace NzbDrone.Core.Test.ProviderTests
|
|||
|
||||
protected override string[] Urls
|
||||
{
|
||||
get { return new[] { "http://rss.nzbmatrix.com/rss.php?cat=TV" }; }
|
||||
get { return new[] { "http://rss.nzbs.com/rss.php?cat=TV" }; }
|
||||
}
|
||||
|
||||
public override bool IsConfigured
|
||||
|
@ -279,7 +279,7 @@ namespace NzbDrone.Core.Test.ProviderTests
|
|||
|
||||
protected override string[] Urls
|
||||
{
|
||||
get { return new[] { "http://rss.nzbmatrix.com/rss.php?cat=TV" }; }
|
||||
get { return new[] { "http://rss.nzbs.com/rss.php?cat=TV" }; }
|
||||
}
|
||||
|
||||
public override bool IsConfigured
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue