mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
more better
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user