diff --git a/ui/src/subsonic/index.js b/ui/src/subsonic/index.js index 61902432..62064603 100644 --- a/ui/src/subsonic/index.js +++ b/ui/src/subsonic/index.js @@ -47,7 +47,6 @@ const getScanStatus = () => httpClient(url('getScanStatus')) const getCoverArtUrl = (record, size) => { const options = { - ...(record.updatedAt && { _: record.updatedAt }), ...(size && { size }), }