This commit is contained in:
qkqpttgf
2021-03-15 21:28:53 +08:00
committed by GitHub
parent 0f5c7587d5
commit 43b1046aba
+1 -1
View File
@@ -779,7 +779,7 @@ class Googledrive {
$total = size_format($res['limit']);
$diskSpace = $used . ' / ' . $total;
savecache('diskSpace', $diskSpace, $this->disktag);
} else return json_encode($res);
} else return json_encode($response);
}
return $diskSpace;
}