mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
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 options = {
|
||||
...(record.updatedAt && { _: record.updatedAt }),
|
||||
...(size && { size }),
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue