Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Prowlarr/commit/00dc55996c052e06dffdfb99acb8f8d803f6268e You should set ROOT_URL correctly, otherwise the web may not work correctly.

Remove Label and Unit columns from Apps Fields

pull/1850/head
Bogdan 2 years ago
parent b912cc6110
commit 00dc55996c

@ -3,8 +3,6 @@ namespace NzbDrone.Core.Applications.Lidarr
public class LidarrField
{
public string Name { get; set; }
public string Label { get; set; }
public string Unit { get; set; }
public object Value { get; set; }
public string Type { get; set; }
public bool Advanced { get; set; }

@ -3,8 +3,6 @@ namespace NzbDrone.Core.Applications.Radarr
public class RadarrField
{
public string Name { get; set; }
public string Label { get; set; }
public string Unit { get; set; }
public object Value { get; set; }
public string Type { get; set; }
public bool Advanced { get; set; }

@ -3,8 +3,6 @@ namespace NzbDrone.Core.Applications.Readarr
public class ReadarrField
{
public string Name { get; set; }
public string Label { get; set; }
public string Unit { get; set; }
public object Value { get; set; }
public string Type { get; set; }
public bool Advanced { get; set; }

@ -3,8 +3,6 @@ namespace NzbDrone.Core.Applications.Sonarr
public class SonarrField
{
public string Name { get; set; }
public string Label { get; set; }
public string Unit { get; set; }
public object Value { get; set; }
public string Type { get; set; }
public bool Advanced { get; set; }

@ -3,8 +3,6 @@ namespace NzbDrone.Core.Applications.Whisparr
public class WhisparrField
{
public string Name { get; set; }
public string Label { get; set; }
public string Unit { get; set; }
public object Value { get; set; }
public string Type { get; set; }
public bool Advanced { get; set; }

Loading…
Cancel
Save