Better error handling

This commit is contained in:
Deluan 2022-12-28 10:19:52 -05:00 committed by Deluan Quintão
parent 949331ed24
commit bc09de6640
8 changed files with 37 additions and 43 deletions

View file

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