1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-26 22:56:23 -04:00

more better

This commit is contained in:
kay.one
2011-07-01 00:52:44 -07:00
parent 9deea44c87
commit 3085bba59b
3 changed files with 11 additions and 11 deletions
@@ -244,7 +244,7 @@ namespace NzbDrone.Web.Controllers
public ActionResult RootList()
{
var rootDir = _rootFolderProvider.GetAll().Select(c => c.Path);
IEnumerable<String> rootDir = _rootFolderProvider.GetAll().Select(c => c.Path).OrderBy(e => e);
return PartialView("RootList", rootDir);
}