Fix for double URI component encoding when querying GiantBomb API by title
This commit is contained in:
parent
9fa7348ae9
commit
51db30fb27
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ export class GiantBombAPI extends APIModel {
|
|||
params: {
|
||||
query: {
|
||||
api_key: this.plugin.settings.GiantBombKey,
|
||||
filter: `name:${encodeURIComponent(title)}`,
|
||||
filter: `name:${title}`,
|
||||
format: 'json',
|
||||
limit: 20,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue