Temp Workaround

This commit is contained in:
Daniel Legt 2024-01-20 02:15:02 +02:00
parent 8f8da162e9
commit c4aef27eda
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ func GetSystemHardDrives() ([]*HardDrive, error) {
} }
// Filter out nvme drives (M.2) // Filter out nvme drives (M.2)
if cols[1] != "nvme" { if cols[1] != "nvme" && cols[5] != "Device" {
hd := &HardDrive{ hd := &HardDrive{
Name: cols[0], Name: cols[0],
Transport: cols[1], Transport: cols[1],