mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-28 04:51:45 +02:00
Free space widgets
Fixed: Free space widgets take up less space on smaller screens
This commit is contained in:
@@ -32,7 +32,7 @@ namespace NzbDrone.Web.Controllers
|
||||
[OutputCache(Duration = 600)]
|
||||
public ActionResult FreeSpace()
|
||||
{
|
||||
var rootDirs = _rootDirProvider.AllWithFreeSpace();
|
||||
var rootDirs = _rootDirProvider.FreeSpaceOnDrives();
|
||||
|
||||
return PartialView(rootDirs);
|
||||
}
|
||||
|
Reference in New Issue
Block a user