mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 13:33:34 -07:00
Removed ugly UUID= VolumeLabel from mounts.
This commit is contained in:
parent
54bd3c0b49
commit
828d70b0bd
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ namespace NzbDrone.Mono.Disk
|
||||||
{
|
{
|
||||||
get
|
get
|
||||||
{
|
{
|
||||||
if (VolumeLabel.IsNullOrWhiteSpace())
|
if (VolumeLabel.IsNullOrWhiteSpace() || VolumeLabel.StartsWith("UUID="))
|
||||||
{
|
{
|
||||||
return Name;
|
return Name;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue