mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-10 11:21:36 +00:00
fix for deleting ereaders
This commit is contained in:
parent
9ebed5e513
commit
1fb17ef1fe
1 changed files with 1 additions and 1 deletions
|
|
@ -219,7 +219,7 @@ export default {
|
||||||
},
|
},
|
||||||
deleteDevice(device) {
|
deleteDevice(device) {
|
||||||
const payload = {
|
const payload = {
|
||||||
ereaderDevices: this.ereaderDevices.filter((d) => d.name !== device.name)
|
ereaderDevices: this.revisedEreaderDevices.filter((d) => d.name !== device.name)
|
||||||
}
|
}
|
||||||
this.deletingDeviceName = device.name
|
this.deletingDeviceName = device.name
|
||||||
this.$axios
|
this.$axios
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue