diff --git a/src/NzbDrone.Core/Applications/Readarr/ReadarrSettings.cs b/src/NzbDrone.Core/Applications/Readarr/ReadarrSettings.cs index 3ed78b5d8..0aad0c031 100644 --- a/src/NzbDrone.Core/Applications/Readarr/ReadarrSettings.cs +++ b/src/NzbDrone.Core/Applications/Readarr/ReadarrSettings.cs @@ -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 SyncCategories { get; set; }