mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-17 21:25:39 -04:00
Removed ugly UUID= VolumeLabel from mounts.
This commit is contained in:
@@ -45,7 +45,7 @@ namespace NzbDrone.Mono.Disk
|
||||
{
|
||||
get
|
||||
{
|
||||
if (VolumeLabel.IsNullOrWhiteSpace())
|
||||
if (VolumeLabel.IsNullOrWhiteSpace() || VolumeLabel.StartsWith("UUID="))
|
||||
{
|
||||
return Name;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user