From 3dbd5c8d3115fd9db031296bb50e67b0f0220c46 Mon Sep 17 00:00:00 2001 From: Deluan Date: Thu, 22 Dec 2022 19:31:12 -0500 Subject: [PATCH] Remove unnecessary cache invalidator, as ID nows contains the updatedAt value --- ui/src/subsonic/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/ui/src/subsonic/index.js b/ui/src/subsonic/index.js index 619024320..620646030 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 }), }