mirror of
https://github.com/Lidarr/Lidarr
synced 2026-01-06 15:43:52 +01: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 @@ public string VolumeName
|
|||
{
|
||||
get
|
||||
{
|
||||
if (VolumeLabel.IsNullOrWhiteSpace())
|
||||
if (VolumeLabel.IsNullOrWhiteSpace() || VolumeLabel.StartsWith("UUID="))
|
||||
{
|
||||
return Name;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue