pull/276/head
qkqpttgf 2021-03-15 21:28:53 +08:00 committed by GitHub
parent 0f5c7587d5
commit 43b1046aba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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;
}