Clean up variable name case

pull/8511/head
Lars Erik Helø 1 year ago committed by Qstick
parent 20301bdb78
commit b32d168742

@ -129,8 +129,8 @@ namespace NzbDrone.Core.ImportLists.Radarr
options = remoteRootfolders.OrderBy(d => d.Path, StringComparer.InvariantCultureIgnoreCase)
.Select(d => new
{
value = d.Path,
name = d.Path
Value = d.Path,
Name = d.Path
})
};
}

Loading…
Cancel
Save