mirror of
https://github.com/Radarr/Radarr.git
synced 2025-04-24 22:47:05 -04:00
Clean up variable name case
This commit is contained in:
parent
20301bdb78
commit
b32d168742
1 changed files with 2 additions and 2 deletions
|
@ -129,8 +129,8 @@ namespace NzbDrone.Core.ImportLists.Radarr
|
||||||
options = remoteRootfolders.OrderBy(d => d.Path, StringComparer.InvariantCultureIgnoreCase)
|
options = remoteRootfolders.OrderBy(d => d.Path, StringComparer.InvariantCultureIgnoreCase)
|
||||||
.Select(d => new
|
.Select(d => new
|
||||||
{
|
{
|
||||||
value = d.Path,
|
Value = d.Path,
|
||||||
name = d.Path
|
Name = d.Path
|
||||||
})
|
})
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue