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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,7 @@ public ReadarrSettings()
{
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; }