Skip to content

Commit

Permalink
modified Discogs artist search to use query param
Browse files Browse the repository at this point in the history
  • Loading branch information
RocketMan committed Nov 13, 2023
1 parent b806084 commit 18caf65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/PushServer.php
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ protected function queryDiscogs($artist, $album = null) {
"release_title" => preg_replace('/\(.*$/', '', $album),
"per_page" => 40
] : [
"title" => $artist,
"query" => $artist,
"type" => "artist",
"per_page" => 40
];
Expand Down

0 comments on commit 18caf65

Please sign in to comment.