Remove unnecessary cache invalidator, as ID nows contains the updatedAt value
This commit is contained in:
@@ -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 }),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user