mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
Better error handling
This commit is contained in:
parent
949331ed24
commit
bc09de6640
8 changed files with 37 additions and 43 deletions
|
@ -47,6 +47,7 @@ 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