fix artist image render error

separate cache state into its own slice
This commit is contained in:
austinried
2021-08-13 14:41:28 +09:00
parent f82a9b55bd
commit d1824a70be
8 changed files with 300 additions and 275 deletions

View File

@@ -83,7 +83,7 @@ export class SubsonicApiClient {
}
const url = `${this.address}/rest/${method}?${query}`
console.log(`${method}: ${url}`)
// console.log(`${method}: ${url}`)
return url
}