Better error handling
This commit is contained in:
@@ -47,6 +47,7 @@ const getScanStatus = () => httpClient(url('getScanStatus'))
|
||||
|
||||
const getCoverArtUrl = (record, size) => {
|
||||
const options = {
|
||||
...(record.updatedAt && { _: record.updatedAt }),
|
||||
...(size && { size }),
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user