mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-04 10:02:40 +01:00
Removed ugly UUID= VolumeLabel from mounts.
This commit is contained in:
parent
ef5a400c68
commit
a1edbafa8a
@ -45,7 +45,7 @@ public string VolumeName
|
||||
{
|
||||
get
|
||||
{
|
||||
if (VolumeLabel.IsNullOrWhiteSpace())
|
||||
if (VolumeLabel.IsNullOrWhiteSpace() || VolumeLabel.StartsWith("UUID="))
|
||||
{
|
||||
return Name;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user