mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-01-01 02:26:01 +01:00
Remove Label and Unit columns from Apps Fields
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user