mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-01-03 22:36:22 +01:00
New: Added Audiobook categories for Readarr
This commit is contained in:
parent
86c0fec682
commit
74eee38aad
1 changed files with 1 additions and 1 deletions
|
|
@ -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; }
|
||||
|
|
|
|||
Loading…
Reference in a new issue