Adding an aggregate torznab feed for all configured trackers (#1312)

* Adding an aggregate torznab feed for all configured trackers

This adds just a basic first implementation of a special
torznab feed that will make all configured trackers available
with all the supported query params.
- This should close #1247 
- This also contributes to #921 

* Adding missing file

* Add missing implementation from Test project
This commit is contained in:
chibidev
2017-04-30 10:06:29 +02:00
committed by kaso17
parent 117022151b
commit c0b665062e
5 changed files with 74 additions and 1 deletions

View File

@@ -52,5 +52,10 @@ namespace JackettTest
{
throw new NotImplementedException();
}
public void InitAggregateIndexer()
{
throw new NotImplementedException();
}
}
}