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

Added e-book and audiobook categories

This commit is contained in:
René Simonsen 2015-10-23 20:24:05 +02:00
parent 10e81d15d2
commit 97bf0e50b0

View file

@ -94,6 +94,11 @@ namespace Jackett.Indexers
AddCategoryMapping(45, TorznabCatType.TV);
AddCategoryMapping(45, TorznabCatType.TVSD);
}
// Audio Books
AddCategoryMapping(37, TorznabCatType.AudioAudiobook);
AddCategoryMapping(8, TorznabCatType.BooksEbook);
}
public async Task<IndexerConfigurationStatus> ApplyConfiguration(JToken configJson)