1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-20 21:55:03 -04:00

Fix stuff regarding the ordering of Fields.

This commit is contained in:
Leonardo Galli
2017-01-22 15:08:25 +01:00
parent f481676c81
commit 9fffcfaea3
3 changed files with 4 additions and 4 deletions
@@ -22,7 +22,7 @@ namespace NzbDrone.Api.NetImport
int index = 0;
foreach (var field in resource.Fields)
{
if (field.Label == "Quality")
if (field.Label == "Quality Profile")
{
index = resource.Fields.FindIndex(f => f.Label == field.Label);
field.SelectOptions =