|
|
|
@ -298,7 +298,7 @@ class BilibiliServiceV2 |
|
|
|
if ($result) { |
|
|
|
if (!$this->repository->softLockUpdate( |
|
|
|
["id" => $vItem["id"]], |
|
|
|
$vItem["version"], |
|
|
|
$vItem["version"] + 1, |
|
|
|
["download_status" => 0, |
|
|
|
"is_downloaded" => 1 |
|
|
|
])) { |
|
|
|
@ -310,7 +310,7 @@ class BilibiliServiceV2 |
|
|
|
if ($result) { |
|
|
|
if (!$this->repository->softLockUpdate( |
|
|
|
["id" => $vItem["id"]], |
|
|
|
$vItem["version"], |
|
|
|
$vItem["version"] + 1, |
|
|
|
["download_status" => 0, |
|
|
|
"is_downloaded" => 1 |
|
|
|
])) { |
|
|
|
@ -381,7 +381,7 @@ class BilibiliServiceV2 |
|
|
|
if ($result) { |
|
|
|
if (!$this->repository->softLockUpdate( |
|
|
|
["id" => $vItem["id"]], |
|
|
|
$vItem["version"], |
|
|
|
$vItem["version"] + 1, |
|
|
|
["download_status" => 0, |
|
|
|
"is_downloaded" => 1 |
|
|
|
])) { |
|
|
|
@ -393,7 +393,7 @@ class BilibiliServiceV2 |
|
|
|
if ($result) { |
|
|
|
if (!$this->repository->softLockUpdate( |
|
|
|
["id" => $vItem["id"]], |
|
|
|
$vItem["version"], |
|
|
|
$vItem["version"] + 1, |
|
|
|
["download_status" => 0, |
|
|
|
"is_downloaded" => 1 |
|
|
|
])) { |
|
|
|
|