Removed ugly UUID= VolumeLabel from mounts.

pull/94/head
Taloth Saldono 7 years ago committed by Qstick
parent 54bd3c0b49
commit 828d70b0bd

@ -45,7 +45,7 @@ namespace NzbDrone.Mono.Disk
{
get
{
if (VolumeLabel.IsNullOrWhiteSpace())
if (VolumeLabel.IsNullOrWhiteSpace() || VolumeLabel.StartsWith("UUID="))
{
return Name;
}

Loading…
Cancel
Save