Removed ugly UUID= VolumeLabel from mounts.

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

@ -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