Fixed nzbs.org RSS URL.

Series Details Specials looks like the standard season grids.
This commit is contained in:
Mark McDowall
2011-05-21 00:09:41 -07:00
parent 4d442ba1e5
commit 9c51633470
4 changed files with 25 additions and 12 deletions

View File

@@ -20,7 +20,7 @@ namespace NzbDrone.Core.Providers.Indexer
{
return new[]
{
string.Format("http://nzbs.org/rss.php?catid=1,14&i={0}&h={1}&num=50&dl=1", _configProvider.NzbsOrgUId, _configProvider.NzbsOrgHash)
string.Format("http://nzbs.org/rss.php?type=1&i={0}&h={1}&num=50&dl=1", _configProvider.NzbsOrgUId, _configProvider.NzbsOrgHash)
};
}
}