Merge branch 'master' into incorrect_display_of_shares_after_updating_unraid

This commit is contained in:
dlandon
2024-12-20 15:53:26 -06:00
committed by GitHub
157 changed files with 7049 additions and 2096 deletions
+1
View File
@@ -63,6 +63,7 @@ if ((!$poolsOnly) && ($share['useCache'] == "no")) {
/* Check for non existent pool device. */
if (($share['cachePool'] && !in_array($share['cachePool'], $pools))) {
$share['useCache'] = $share['cachePool2'] ? "yes" : ($poolsOnly ? "no" : "yes");
$poolDefined = false;
} else {