1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-02-25 15:42:48 +00:00

Changed NextGen to completed

NextGen has been tested now, changed to completed.
This commit is contained in:
René Simonsen 2015-10-24 16:53:37 +02:00
parent 97bf0e50b0
commit 87b3f7e108

View file

@ -98,6 +98,7 @@ namespace Jackett.Indexers
// Audio Books
AddCategoryMapping(37, TorznabCatType.AudioAudiobook);
// Books
AddCategoryMapping(8, TorznabCatType.BooksEbook);
}
@ -130,7 +131,7 @@ namespace Jackett.Indexers
passKey = passKey.Substring(0, passKey.IndexOf(' '));
configData.RSSKey.Value = passKey;
SaveConfig();
return IndexerConfigurationStatus.RequiresTesting;
return IndexerConfigurationStatus.Completed;
}
public async Task<IEnumerable<ReleaseInfo>> PerformQuery(TorznabQuery query)