mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-21 22:25:03 -04:00
New: Added Audiobook categories for Readarr
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user