mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Add error logging for deleting all devices
This commit is contained in:
parent
fd22b8461a
commit
38ffbd06e3
1 changed files with 3 additions and 0 deletions
|
@ -85,6 +85,9 @@ export const Component = () => {
|
|||
}
|
||||
return Promise.resolve();
|
||||
}))
|
||||
.catch(err => {
|
||||
console.error('[DevicesPage] failed deleting all devices', err);
|
||||
})
|
||||
.finally(() => {
|
||||
onCloseDeleteAllConfirmDialog();
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue