Remove unnecessary cache invalidator, as ID nows contains the updatedAt value

This commit is contained in:
Deluan 2022-12-22 19:31:12 -05:00 committed by Deluan Quintão
parent 73bb0104f0
commit 3dbd5c8d31
1 changed files with 0 additions and 1 deletions

View File

@ -47,7 +47,6 @@ const getScanStatus = () => httpClient(url('getScanStatus'))
const getCoverArtUrl = (record, size) => {
const options = {
...(record.updatedAt && { _: record.updatedAt }),
...(size && { size }),
}