1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-17 15:02:34 +02:00

Removed ugly UUID= VolumeLabel from mounts.

This commit is contained in:
Taloth Saldono 2017-05-27 22:26:41 +02:00
parent ef5a400c68
commit a1edbafa8a

View File

@ -45,7 +45,7 @@ public string VolumeName
{ {
get get
{ {
if (VolumeLabel.IsNullOrWhiteSpace()) if (VolumeLabel.IsNullOrWhiteSpace() || VolumeLabel.StartsWith("UUID="))
{ {
return Name; return Name;
} }