From 8aacc61c50506323b99c8fe5d6adc7a98de3c854 Mon Sep 17 00:00:00 2001 From: Keivan Beigi Date: Mon, 2 Jan 2017 13:14:38 -0800 Subject: [PATCH] New: Switched nyaa.se to HTTPS --- src/NzbDrone.Core/Indexers/Nyaa/NyaaSettings.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/NzbDrone.Core/Indexers/Nyaa/NyaaSettings.cs b/src/NzbDrone.Core/Indexers/Nyaa/NyaaSettings.cs index 4632aeb08..77315c455 100644 --- a/src/NzbDrone.Core/Indexers/Nyaa/NyaaSettings.cs +++ b/src/NzbDrone.Core/Indexers/Nyaa/NyaaSettings.cs @@ -25,10 +25,10 @@ namespace NzbDrone.Core.Indexers.Nyaa } [FieldDefinition(0, Label = "Website URL")] - public string BaseUrl { get; set; } + public string BaseUrl { get; } [FieldDefinition(1, Label = "Additional Parameters", Advanced = true, HelpText = "Please note if you change the category you will have to add required/restricted rules about the subgroups to avoid foreign language releases.")] - public string AdditionalParameters { get; set; } + public string AdditionalParameters { get; } public NzbDroneValidationResult Validate() {