Removed ugly UUID= VolumeLabel from mounts.

pull/682/merge
Taloth Saldono 7 years ago
parent ef5a400c68
commit a1edbafa8a

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

Loading…
Cancel
Save