Remove unnecessary cache invalidator, as ID nows contains the updatedAt value
This commit is contained in:
parent
73bb0104f0
commit
3dbd5c8d31
1 changed files with 0 additions and 1 deletions
|
|
@ -47,7 +47,6 @@ const getScanStatus = () => httpClient(url('getScanStatus'))
|
||||||
|
|
||||||
const getCoverArtUrl = (record, size) => {
|
const getCoverArtUrl = (record, size) => {
|
||||||
const options = {
|
const options = {
|
||||||
...(record.updatedAt && { _: record.updatedAt }),
|
|
||||||
...(size && { size }),
|
...(size && { size }),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue