Filter loop and cd/dvd drives #92

Merged
localhorst merged 2 commits from bugfix/ignore-loop-cd-drives into master 2025-12-13 14:16:24 +01:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit 69338784bc - Show all commits
+1 -1
View File
@@ -8,7 +8,7 @@
#ifndef REHDD_H_
#define REHDD_H_
#define REHDD_VERSION "V1.2.1"
#define REHDD_VERSION "V1.3.0"
// Drive handling Settings
#define WORSE_HOURS 19200 // mark drive if at this limit or beyond
+1
View File
@@ -427,6 +427,7 @@ void reHDD::filterIgnoredDrives(list<Drive> *plistDrives)
string systemDrivePath;
if (getSystemDrive(systemDrivePath))
{
// Logger::logThis()->info("Found system drive: " + systemDrivePath);
list<Drive>::iterator it = plistDrives->begin();
while (it != plistDrives->end())
{