New: Add default urls to applications

This commit is contained in:
Bogdan
2023-04-18 04:42:08 +03:00
parent 88fbc30be2
commit 9bbe51253b
7 changed files with 24 additions and 10 deletions
@@ -19,10 +19,12 @@ namespace NzbDrone.Core.Applications.LazyLibrarian
public class LazyLibrarianSettings : IApplicationSettings
{
private static readonly LazyLibrarianSettingsValidator Validator = new LazyLibrarianSettingsValidator();
private static readonly LazyLibrarianSettingsValidator Validator = new ();
public LazyLibrarianSettings()
{
ProwlarrUrl = "http://localhost:9696";
BaseUrl = "http://localhost:5299";
SyncCategories = new[]
{
NewznabStandardCategory.AudioAudiobook.Id,