Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Sonarr/commit/38eeda8c37ca53e29adb1205bd368d25e9291c9e
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
5 additions and
5 deletions
@ -24,17 +24,17 @@ namespace NzbDrone.Web.Models
public String NzbMatrixApiKey { get ; set ; }
[DataType(DataType.Text)]
[DisplayName("U ID")]
[DisplayName("U ser ID")]
[Description("User ID for NZBsRus")]
[DisplayFormat(ConvertEmptyStringToNull = false)]
[RequiredIf("NzbsRUsEnabled", true, ErrorMessage = "U ID Required when NzbsRus is enabled")]
[RequiredIf("NzbsRUsEnabled", true, ErrorMessage = "U ser ID Required when NzbsRus is enabled")]
public String NzbsrusUId { get ; set ; }
[DataType(DataType.Text)]
[DisplayName(" Hash ")]
[Description(" Hash for NZBsRus")]
[DisplayName(" API Key ")]
[Description(" API Key for NZBsRus")]
[DisplayFormat(ConvertEmptyStringToNull = false)]
[RequiredIf("NzbsRUsEnabled", true, ErrorMessage = " Hash Required when NzbsRus is enabled")]
[RequiredIf("NzbsRUsEnabled", true, ErrorMessage = " API Key Required when NzbsRus is enabled")]
public String NzbsrusHash { get ; set ; }
[DataType(DataType.Text)]