formatting code;bugfixes;bumped version

This commit is contained in:
huangjx
2022-04-17 08:30:58 +08:00
parent 2ec569e2b5
commit a44f0c9428
6 changed files with 16 additions and 41 deletions

View File

@@ -186,7 +186,7 @@ class Aria2Controller extends Controller
if ($row = $this->dbconn->getByGid($gid)) {
$filename = $row['filename'];
$timestamp = $row['timestamp'];
$extra = unserialize($row['data']);
$extra = $this->dbconn->getExtra(($row['data']));
} else if (isset($value['files'][0]['path'])) {
$parts = explode("/", ($path = $value['files'][0]['path']));
if (count($parts) > 1) {