mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 05:23:31 -07:00
Free space widgets
Fixed: Free space widgets take up less space on smaller screens
This commit is contained in:
parent
607f1b07d3
commit
ae0648b8f4
5 changed files with 59 additions and 7 deletions
|
@ -275,5 +275,10 @@ namespace NzbDrone.Common
|
|||
|
||||
return false;
|
||||
}
|
||||
|
||||
public virtual string GetPathRoot(string path)
|
||||
{
|
||||
return Path.GetPathRoot(path);
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue