feat: release payload disk cache, batched rip status for list, artwork 404, stricter input handling
This commit is contained in:
@@ -112,7 +112,6 @@ export class DiscogsClient {
|
||||
const doFetch = async (): Promise<any> => {
|
||||
const url = new URL(`${this.baseUrl}${path}`)
|
||||
for (const [k, v] of Object.entries(params)) url.searchParams.set(k, v)
|
||||
url.searchParams.set('token', this.token)
|
||||
let res: Response
|
||||
try {
|
||||
res = await this.fetchImpl(url.toString(), {
|
||||
|
||||
Reference in New Issue
Block a user