Skip to content

Commit

Permalink
fix bilibili result parse
Browse files Browse the repository at this point in the history
fixed #27
  • Loading branch information
zqzten committed Sep 19, 2021
1 parent 26d9131 commit d0f2f39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bilibili.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
$json = json_decode($response, true);

foreach ($json as $key => $value) {
$data = $value['name'];
$data = $value['value'];
$wf->result()
->title($data)
->subtitle('Search 哔哩哔哩 for '.$data)
Expand Down

0 comments on commit d0f2f39

Please sign in to comment.