mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-12 04:11:43 +00:00
Update: collectionBooksTable toast
This commit is contained in:
parent
7545d6634d
commit
55b2472978
1 changed files with 2 additions and 2 deletions
|
|
@ -78,7 +78,7 @@ export default {
|
||||||
})
|
})
|
||||||
.catch((error) => {
|
.catch((error) => {
|
||||||
console.error('Failed to update collection', error)
|
console.error('Failed to update collection', error)
|
||||||
this.$toast.error('Failed to save collection books order')
|
this.$toast.error(this.$strings.ToastCollectionUpdateFailed)
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
editBook(book) {
|
editBook(book) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue