New: Basic audiobook support

This commit is contained in:
ta264
2021-05-26 22:09:31 +01:00
parent 62928b227b
commit f6a04f7890
25 changed files with 316 additions and 58 deletions
@@ -58,7 +58,7 @@ namespace NzbDrone.Core.Indexers.Newznab
public NewznabSettings()
{
ApiPath = "/api";
Categories = new[] { 7020, 8010 };
Categories = new[] { 3030, 7020, 8010 };
}
[FieldDefinition(0, Label = "URL")]