New: Added Audiobook categories for Readarr

This commit is contained in:
Robin Dadswell
2021-05-19 13:01:43 +01:00
committed by GitHub
parent 86c0fec682
commit 74eee38aad
@@ -23,7 +23,7 @@ namespace NzbDrone.Core.Applications.Readarr
{
ProwlarrUrl = "http://localhost:9696";
BaseUrl = "http://localhost:8787";
SyncCategories = new[] { 7000, 7010, 7020, 7030, 7040, 7050, 7060 };
SyncCategories = new[] { 3030, 7000, 7010, 7020, 7030, 7040, 7050, 7060 };
}
public IEnumerable<int> SyncCategories { get; set; }